HyukjinKwon commented on a change in pull request #30127:
URL: https://github.com/apache/spark/pull/30127#discussion_r509854538
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -131,16 +131,16 @@ jobs:
# PyArrow is not supported in PyPy yet, see ARROW-2651.
# TODO(SPARK-32247): scipy installation with PyPy fails for an unknown
reason.
run: |
- python3.6 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner
+ python3.6 -m pip install numpy 'pyarrow<3.0.0' 'pandas<1.1.1' scipy
xmlrunner
Review comment:
Sure, no problem.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]