Skip to content

Commit

Permalink
pin numpy to < 2 in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 1, 2024
1 parent c85a39c commit 24cd0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python_requires = >=3.8, <3.13
install_requires =
attrs >= 20.3.0
black
numpy
numpy < 2.0
scipy
tskit >= 0.5.6
demes ~= 0.2.2
Expand Down

0 comments on commit 24cd0e8

Please sign in to comment.