hequn8128 commented on a change in pull request #11342: [FLINK-16483][python] 
Add Python building blocks to make sure the basic functionality of vectorized 
Python UDF could work
URL: https://github.com/apache/flink/pull/11342#discussion_r389512113
 
 

 ##########
 File path: flink-python/setup.py
 ##########
 @@ -224,7 +224,8 @@ def remove_if_exists(file_path):
         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.19.0',
-                          'cloudpickle==1.2.2', 'avro-python3>=1.8.1,<=1.9.1', 
'jsonpickle==1.2'],
+                          'cloudpickle==1.2.2', 'avro-python3>=1.8.1,<=1.9.1', 
'jsonpickle==1.2',
+                          'pandas>=0.23.4, <=0.25.3', 'pyarrow>=0.15.1, 
<=0.16.0'],
 
 Review comment:
   Remove the blank between the version range? It seems it contains no blank 
usually. 

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to