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:
28
28
files : src|tests
29
29
additional_dependencies :
30
30
# Package dependencies
31
+ - packaging
31
32
- donfig
32
33
- numcodecs[crc32c]
33
- - numpy
34
+ - numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
34
35
- typing_extensions
35
36
- universal-pathlib
36
37
# Tests
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ maintainers = [
26
26
requires-python = " >=3.11"
27
27
# If you add a new dependency here, please also add it to .pre-commit-config.yml
28
28
dependencies = [
29
+ ' packaging>=22.0' ,
29
30
' numpy>=1.25' ,
30
31
' numcodecs[crc32c]>=0.14' ,
31
32
' typing_extensions>=4.9' ,
@@ -173,6 +174,7 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0"
173
174
[tool .hatch .envs .upstream ]
174
175
python = " 3.13"
175
176
dependencies = [
177
+ ' packaging @ git+https://github.com/pypa/packaging' ,
176
178
' numpy' , # from scientific-python-nightly-wheels
177
179
' numcodecs @ git+https://github.com/zarr-developers/numcodecs' ,
178
180
' 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
206
208
"""
207
209
python = " 3.11"
208
210
dependencies = [
211
+ ' packaging==22.*' ,
209
212
' numpy==1.25.*' ,
210
213
' numcodecs==0.14.*' , # 0.14 needed for zarr3 codecs
211
214
' fsspec==2022.10.0' ,
You can’t perform that action at this time.
0 commit comments