HyukjinKwon commented on a change in pull request #26824: 
[SPARK-30197][PYSPARK] Add minimum `requirements.txt` file to `python` directory
URL: https://github.com/apache/spark/pull/26824#discussion_r355803824
 
 

 ##########
 File path: python/requirements.txt
 ##########
 @@ -0,0 +1,4 @@
+numpy==1.16.4
+scipy==1.2.2
+pandas==0.23.2
+pyarrow==0.15.1
 
 Review comment:
   It conventionally follows `setup.py` version specification 
(https://github.com/apache/spark/blob/master/python/setup.py#L216-L220).
   
   Alternatively, we can place a separate file named `requirements-dev.txt` 
under `python` folder (since `python` folder itself can be considered as a 
separate independent Python project).

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to