diff --git a/python/requirements-wheel-test.txt b/python/requirements-wheel-test.txt index 3ba43a6ffd58b..ad2f3ad1f52f7 100644 --- a/python/requirements-wheel-test.txt +++ b/python/requirements-wheel-test.txt @@ -8,16 +8,17 @@ pytz tzdata; sys_platform == 'win32' 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.21.3; platform_system == "Linux" and platform_machine == "aarch64" and python_version >= "3.7" and python_version < "3.11" +numpy==1.23.4; platform_system == "Linux" and platform_machine == "aarch64" and python_version >= "3.11" 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 == "Linux" and platform_machine != "aarch64" and python_version >= "3.9" and python_version < "3.11" numpy==1.23.4; platform_system == "Linux" and platform_machine != "aarch64" and python_version >= "3.11" 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.21.3; platform_system == "Darwin" and platform_machine != "arm64" and python_version >= "3.9" and python_version < "3.11" numpy==1.23.4; platform_system == "Darwin" and platform_machine != "arm64" and python_version >= "3.11" numpy==1.19.5; platform_system == "Windows" and python_version < "3.9" -numpy==1.21.3; platform_system == "Windows" and python_version >= "3.9" +numpy==1.21.3; platform_system == "Windows" and python_version >= "3.9" and python_version < "3.11" numpy==1.23.4; platform_system == "Windows" and python_version >= "3.11" pandas<1.1.0; platform_system == "Linux" and platform_machine != "aarch64" and python_version < "3.8"