File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ repos:
2828 files : src|tests
2929 additional_dependencies :
3030 # Package dependencies
31+ - packaging
3132 - donfig
3233 - numcodecs[crc32c]
33- - numpy
34+ - numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
3435 - typing_extensions
3536 - universal-pathlib
3637 # Tests
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ maintainers = [
2626requires-python = " >=3.11"
2727# If you add a new dependency here, please also add it to .pre-commit-config.yml
2828dependencies = [
29+ ' packaging>=22.0' ,
2930 ' numpy>=1.25' ,
3031 ' numcodecs[crc32c]>=0.14' ,
3132 ' typing_extensions>=4.9' ,
@@ -173,6 +174,7 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0"
173174[tool .hatch .envs .upstream ]
174175python = " 3.13"
175176dependencies = [
177+ ' packaging @ git+https://github.com/pypa/packaging' ,
176178 ' numpy' , # from scientific-python-nightly-wheels
177179 ' numcodecs @ git+https://github.com/zarr-developers/numcodecs' ,
178180 ' fsspec @ git+https://github.com/fsspec/filesystem_spec' ,
@@ -206,6 +208,7 @@ See Spec 0000 for details and drop schedule: https://scientific-python.org/specs
206208"""
207209python = " 3.11"
208210dependencies = [
211+ ' packaging==22.*' ,
209212 ' numpy==1.25.*' ,
210213 ' numcodecs==0.14.*' , # 0.14 needed for zarr3 codecs
211214 ' fsspec==2022.10.0' ,
You can’t perform that action at this time.
0 commit comments