Skip to content

Commit

Permalink
remove numpy<2 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 29, 2024
1 parent ef21678 commit c14ecaa
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 @@ -25,6 +25,7 @@ classifiers =
Operating System :: Unix
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Natural Language :: English
author = Dan Meliza
author_email = [email protected]
Expand All @@ -38,7 +39,6 @@ python_requires = >= 3.7
setup_requires =
setuptools >=38.3.0
install_requires =
numpy<2
h5py>=2.8,!=3.3.*
packaging >= 23.0
test_suite = tests
Expand Down

0 comments on commit c14ecaa

Please sign in to comment.