From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/arrow/python/requirements-wheel-test.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/arrow/python/requirements-wheel-test.txt (limited to 'src/arrow/python/requirements-wheel-test.txt') diff --git a/src/arrow/python/requirements-wheel-test.txt b/src/arrow/python/requirements-wheel-test.txt new file mode 100644 index 000000000..d8af73da5 --- /dev/null +++ b/src/arrow/python/requirements-wheel-test.txt @@ -0,0 +1,26 @@ +cffi +cython +hypothesis +pickle5; platform_system != "Windows" and python_version < "3.8" +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" + +pandas<1.1.0; platform_system == "Linux" and platform_machine != "aarch64" and python_version < "3.8" +pandas; platform_system == "Linux" and platform_machine != "aarch64" and python_version >= "3.8" +pandas; platform_system == "Linux" and platform_machine == "aarch64" +pandas<1.1.0; platform_system == "Darwin" and platform_machine != "arm64" and python_version < "3.8" +pandas; platform_system == "Darwin" and platform_machine != "arm64" and python_version >= "3.8" +pandas; platform_system == "Darwin" and platform_machine == "arm64" +pandas<1.1.0; platform_system == "Windows" and python_version < "3.8" +pandas; platform_system == "Windows" and python_version >= "3.8" -- cgit v1.2.3