lysnikolaou commented on code in PR #43539: URL: https://github.com/apache/arrow/pull/43539#discussion_r1704245927
########## 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: Correct. My rationale was to update to the latest bugfix release for the older supported "major" version. ########## 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: Correct. My rationale was to update to the latest bugfix release for the oldest supported "major" version. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org