Skip to content

Commit

Permalink
Loosen numpy setup requirement in setup.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Dec 28, 2021
1 parent 95732a2 commit 492788d
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 @@ -31,7 +31,7 @@ install_requires =
scipy>=1.0
packaging
setup_requires =
numpy>=1.16.6,<1.20
numpy>=1.13.3
scipy>=1.0
cython>=0.29.20
packaging
Expand Down

0 comments on commit 492788d

Please sign in to comment.