Skip to content

Commit

Permalink
Uplift numpy version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-mueller authored Nov 2, 2023
1 parent 8a489fd commit 945fb8e
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 @@ -47,7 +47,7 @@ python_requires = >=3.8
# new major versions. This works if the required packages follow Semantic Versioning.
# For more information, check out https://semver.org/.
install_requires =
numpy==1.23.5
numpy>=1.23.5
scipy
pandas>=1.4.0,!=2.1
h5py!=3.7.0
Expand Down

0 comments on commit 945fb8e

Please sign in to comment.