Skip to content

Commit

Permalink
adapt numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jul 22, 2024
1 parent 237a488 commit bdae2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-r requirements.txt
mypy~=1.10.1
ruff~=0.5.2
numpy~=1.26.4; python_version > '3.9'
numpy~=1.24.4; python_version <= '3.8'
pytest~=8.2.2
pytest-cov~=5.0.0
freezegun~=1.5.1
Expand Down

0 comments on commit bdae2a2

Please sign in to comment.