Skip to content

Commit dcb5794

Browse files
committed
fix: Updated numpy version requirement
1 parent e71aeba commit dcb5794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers =
2626
[options]
2727
packages = find:
2828
install_requires =
29-
numpy >= 1.20
29+
numpy >= 1.24.1
3030
python_requires = >=3.8
3131
include_package_data = True
3232
; package_dir =
@@ -40,7 +40,7 @@ include_package_data = True
4040
[options.extras_require]
4141
testing =
4242
tox
43-
numpy
43+
numpy >= 1.24.1
4444
pytest # https://docs.pytest.org/en/latest/contents.html
4545
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
4646
zarr

0 commit comments

Comments
 (0)