HuangXingBo commented on a change in pull request #14741: URL: https://github.com/apache/flink/pull/14741#discussion_r586336553
########## File path: flink-python/setup.py ########## @@ -321,12 +321,11 @@ def find_file_path(pattern): license='https://www.apache.org/licenses/LICENSE-2.0', author='Apache Software Foundation', author_email='d...@flink.apache.org', - python_requires='>=3.5', - install_requires=['py4j==0.10.8.1', 'python-dateutil==2.8.0', 'apache-beam==2.23.0', + python_requires='>=3.6', + install_requires=['py4j==0.10.8.1', 'python-dateutil==2.8.0', 'apache-beam==2.27.0', 'cloudpickle==1.2.2', 'avro-python3>=1.8.1,<=1.9.1', 'jsonpickle==1.2', - 'pandas>=0.24.2,<1; python_full_version < "3.5.3"', - 'pandas>=0.25.2,<1; python_full_version >= "3.5.3"', - 'pyarrow>=0.15.1,<0.18.0', 'pytz>=2018.3', 'numpy>=1.14.3,<1.20'], + 'pandas>=0.25.2,<1', 'pyarrow>=0.15.1,<0.18.0', 'pytz>=2018.3', Review comment: I think 'pandas>=1.0,<1.2.0', 'pyarrow>=0.15.1,<3.0.0' is better, which is consistent with the dependency version of `apache-beam` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org