]> git.proxmox.com Git - ceph.git/blob - ceph/src/arrow/python/requirements-wheel-test.txt
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / python / requirements-wheel-test.txt
1 cffi
2 cython
3 hypothesis
4 pickle5; platform_system != "Windows" and python_version < "3.8"
5 pytest
6 pytest-lazy-fixture
7 pytz
8
9 numpy==1.19.5; platform_system == "Linux" and platform_machine == "aarch64" and python_version < "3.7"
10 numpy==1.21.3; platform_system == "Linux" and platform_machine == "aarch64" and python_version >= "3.7"
11 numpy==1.19.5; platform_system == "Linux" and platform_machine != "aarch64" and python_version < "3.9"
12 numpy==1.21.3; platform_system == "Linux" and platform_machine != "aarch64" and python_version >= "3.9"
13 numpy==1.21.3; platform_system == "Darwin" and platform_machine == "arm64"
14 numpy==1.19.5; platform_system == "Darwin" and platform_machine != "arm64" and python_version < "3.9"
15 numpy==1.21.3; platform_system == "Darwin" and platform_machine != "arm64" and python_version >= "3.9"
16 numpy==1.19.5; platform_system == "Windows" and python_version < "3.9"
17 numpy==1.21.3; platform_system == "Windows" and python_version >= "3.9"
18
19 pandas<1.1.0; platform_system == "Linux" and platform_machine != "aarch64" and python_version < "3.8"
20 pandas; platform_system == "Linux" and platform_machine != "aarch64" and python_version >= "3.8"
21 pandas; platform_system == "Linux" and platform_machine == "aarch64"
22 pandas<1.1.0; platform_system == "Darwin" and platform_machine != "arm64" and python_version < "3.8"
23 pandas; platform_system == "Darwin" and platform_machine != "arm64" and python_version >= "3.8"
24 pandas; platform_system == "Darwin" and platform_machine == "arm64"
25 pandas<1.1.0; platform_system == "Windows" and python_version < "3.8"
26 pandas; platform_system == "Windows" and python_version >= "3.8"