Skip to content

Commit

Permalink
[deps] Cap numpy to <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maestroque committed Aug 10, 2024
1 parent bc300f0 commit 9883ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ provides =
[options]
python_requires = >=3.9
install_requires =
numpy >=1.9.3
matplotlib>=3.9
numpy >=1.9.3, <2
matplotlib
pandas
scipy
duecredit
Expand Down

0 comments on commit 9883ce2

Please sign in to comment.