Skip to content

Commit

Permalink
fix: Updated numpy version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Jul 4, 2024
1 parent dcb5794 commit 5fecf9d
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 @@ -40,7 +40,7 @@ include_package_data = True
[options.extras_require]
testing =
tox
numpy >= 1.24.1
numpy >= 1.24.1, < 2.0.0
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
zarr
Expand Down

0 comments on commit 5fecf9d

Please sign in to comment.