Skip to content

Commit

Permalink
Update numpy test requirements (#1944)
Browse files Browse the repository at this point in the history
Co-authored-by: Arkadii Yakovets <[email protected]>
  • Loading branch information
PPsyrius and arkid15r authored Aug 22, 2024
1 parent f54f60a commit 6480483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
coverage==7.6.1
importlib-metadata==8.4.0
numpy<2.0.0; python_version < '3.9'
numpy==2.0.1; python_version >= '3.9'
numpy==2.0.1; python_version == '3.9'
numpy==2.1.0; python_version > '3.9'
polib==1.2.0
pytest-cov==5.0.0
pytest-xdist==3.6.1
Expand Down

0 comments on commit 6480483

Please sign in to comment.