Skip to content

Commit

Permalink
apacheGH-43690: [Python][CI] Simplify python/requirements-wheel-test.…
Browse files Browse the repository at this point in the history
…txt file
  • Loading branch information
jorisvandenbossche committed Aug 14, 2024
1 parent 7c8909a commit 035304f
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions python/requirements-wheel-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,10 @@ 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.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" and python_version < "3.11"
numpy==1.21.3; platform_system == "Darwin" and platform_machine == "arm64" and python_version < "3.11"
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" 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" and python_version < "3.11"
numpy==1.21.3; python_version < "3.11"
numpy==1.23.5; python_version == "3.11"
numpy==1.26.4; python_version == "3.12"
numpy>=2; python_version == "3.13"

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"
pandas; python_version < "3.13"
pandas>=3.0.0.dev0; python_version == "3.13"

0 comments on commit 035304f

Please sign in to comment.