kou commented on code in PR #43539:
URL: https://github.com/apache/arrow/pull/43539#discussion_r1702359154


##########
python/requirements-wheel-test.txt:
##########
@@ -5,16 +5,16 @@ pytest
 pytz
 tzdata; sys_platform == 'win32'
 
-numpy==1.21.3; platform_system == "Linux"   and platform_machine == "aarch64" 
and python_version < "3.11"
-numpy==1.23.4;                                                                 
   python_version == "3.11"
-numpy==1.26.0;                                                                 
   python_version >= "3.12"
+numpy==1.21.6; platform_system == "Linux"   and platform_machine == "aarch64" 
and python_version < "3.11"
+numpy==1.23.5;                                                                 
   python_version == "3.11"
+numpy==1.26.4;                                                                 
   python_version >= "3.12"

Review Comment:
   Why do we need these versions?
   I think that we want to use the minimum supported NumPy for wheel test to 
check compatibility.



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