Skip to content

Commit

Permalink
use compatible releases for numpy to avoid having to update to latest…
Browse files Browse the repository at this point in the history
… bugfix later
  • Loading branch information
jorisvandenbossche committed Aug 14, 2024
1 parent c6359ad commit 7507e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/requirements-wheel-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pytest
pytz
tzdata; sys_platform == 'win32'

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~=1.21.3; python_version < "3.11"
numpy~=1.23.2; python_version == "3.11"
numpy~=1.26.0; python_version == "3.12"

pandas

0 comments on commit 7507e9e

Please sign in to comment.