jorisvandenbossche commented on a change in pull request #11606:
URL: https://github.com/apache/arrow/pull/11606#discussion_r761096476



##########
File path: python/requirements-wheel-test.txt
##########
@@ -6,16 +6,6 @@ pytest
 pytest-lazy-fixture
 pytz
 
-numpy==1.19.5; platform_system == "Linux"   and platform_machine == "aarch64" 
and python_version <  "3.7"
-numpy==1.21.3; platform_system == "Linux"   and platform_machine == "aarch64" 
and python_version >= "3.7"
-numpy==1.19.5; platform_system == "Linux"   and platform_machine != "aarch64" 
and python_version <  "3.9"
-numpy==1.21.3; platform_system == "Linux"   and platform_machine != "aarch64" 
and python_version >= "3.9"
-numpy==1.21.3; platform_system == "Darwin"  and platform_machine == "arm64"
-numpy==1.19.5; platform_system == "Darwin"  and platform_machine != "arm64"   
and python_version <  "3.9"
-numpy==1.21.3; platform_system == "Darwin"  and platform_machine != "arm64"   
and python_version >= "3.9"
-numpy==1.19.5; platform_system == "Windows"                                   
and python_version <  "3.9"
-numpy==1.21.3; platform_system == "Windows"                                   
and python_version >= "3.9"

Review comment:
       Maybe we can keep this, so we test with a numpy version of around the 
same "age" as the pandas version below




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


Reply via email to