zhengruifeng commented on code in PR #44546:
URL: https://github.com/apache/spark/pull/44546#discussion_r1438768278


##########
dev/py-tests/requirements-sql.txt:
##########
@@ -0,0 +1,11 @@
+# PySpark dependencies for SQL tests
+
+numpy==1.26.2

Review Comment:
   > The requirements file format allows for specifying dependency versions 
using logical operators (for example chardet>=3.0.4) or specifying dependencies 
without any versions. In this case the pip install -r requirements.txt command 
will always try to install the latest available package version. To be sure 
that the cache will be used, please stick to a specific dependency version and 
update it manually if necessary.
   
   specify versions according to the suggestion in 
https://github.com/actions/setup-python?tab=readme-ov-file#caching-packages-dependencies
   
   actually, I think maybe we should always specify the versions



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


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

Reply via email to