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 e71aeba commit dcb5794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
[options]
packages = find:
install_requires =
numpy >= 1.20
numpy >= 1.24.1
python_requires = >=3.8
include_package_data = True
; package_dir =
Expand All @@ -40,7 +40,7 @@ include_package_data = True
[options.extras_require]
testing =
tox
numpy
numpy >= 1.24.1
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 dcb5794

Please sign in to comment.