Skip to content

Commit

Permalink
Update min numpy version in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Valentino authored and Antonio Valentino committed Mar 20, 2023
1 parent 5f4a8b6 commit 61a845b
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 @@ -24,7 +24,7 @@ requires = numpy
zip_safe = False
tests_require = pytest-doctestplus
setup_requires = setuptools_scm
install_requires = numpy>=1.17
install_requires = numpy>=1.21
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit 61a845b

Please sign in to comment.