You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/12 12:35:06 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #8878: ARROW-10861: [Python] Update minimal NumPy version to 1.16.6

kszucs commented on a change in pull request #8878:
URL: https://github.com/apache/arrow/pull/8878#discussion_r555737820



##########
File path: python/requirements-wheel-test.txt
##########
@@ -1,10 +1,7 @@
 cffi
 cython
 hypothesis
-numpy==1.14.5; python_version < "3.7"
-numpy==1.16.0; python_version == "3.7"
-numpy==1.17.3; python_version == "3.8"
-numpy==1.19.3; python_version >= "3.9"
+numpy==1.19.4

Review comment:
       @xhochy shouldn't we test with 1.16.6 for python < 3.9 instead?




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