You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/22 03:14:18 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #30127: [SPARK-33216][INFRA][PYTHON][2.4] Set upper bound of Pandas version in GitHub Actions

dongjoon-hyun commented on a change in pull request #30127:
URL: https://github.com/apache/spark/pull/30127#discussion_r509854432



##########
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:
       Got it. In that case, could you backport 07a9885 ?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org