Skip to content

Commit

Permalink
Merge pull request #561 from jburel/numpy_less_than_2
Browse files Browse the repository at this point in the history
cap numpy to less than 2
  • Loading branch information
sbesson authored Jun 17, 2024
2 parents 9c94fd4 + d6bc45b commit 5a2cd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = pip >= 19.0.0
deps =
setuptools
pre-commit
numpy>=1.9
numpy>=1.9,<2
pytest
PyYAML
tables
Expand Down

0 comments on commit 5a2cd79

Please sign in to comment.