maver1ck commented on a change in pull request #18769:
URL: https://github.com/apache/flink/pull/18769#discussion_r806577016
##########
File path: flink-python/setup.py
##########
@@ -308,10 +308,10 @@ def extracted_output_files(base_dir, file_path,
output_directory):
author='Apache Software Foundation',
author_email='[email protected]',
python_requires='>=3.6',
- install_requires=['py4j==0.10.9.3', 'python-dateutil==2.8.0',
'apache-beam==2.27.0',
+ install_requires=['py4j==0.10.9.3', 'python-dateutil==2.8.0',
'apache-beam==2.36.0',
'cloudpickle==1.2.2',
'avro-python3>=1.8.1,!=1.9.2,<1.10.0',
- 'pandas>=1.0,<1.2.0', 'pyarrow>=0.15.1,<3.0.0',
- 'pytz>=2018.3', 'numpy>=1.14.3,<1.20',
'fastavro>=0.21.4,<0.24',
+ 'pandas>=1.3.0', 'pyarrow>=5.0.0',
+ 'pytz>=2018.3', 'numpy>=1.20.3',
'fastavro>=0.21.4,<0.24',
Review comment:
@deadwind4
Can we upgrade numpy to >=1.21.0 (or 4 like in Beam) ?
With 1.20.3 there are still problems with instalation on M1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]