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



##########
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:
       We should test with the `numpy` release we have built with and a much 
newer one to detect issues. Currently we only test with one and there I would 
prefer to test with a newer release as this has a higher chance to fail on the 
C-API level like we have seen with the 1.20 release candidate.




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


Reply via email to