We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6565b commit 7b8857cCopy full SHA for 7b8857c
pyproject.toml
@@ -35,7 +35,7 @@ requires-python = ">=3.11"
35
dependencies = [
36
'packaging>=22.0',
37
'numpy>=1.25',
38
- 'numcodecs[crc32c]>=0.14',
+ 'numcodecs[crc32c]>=0.14,<0.16', # see https://github.com/zarr-developers/numcodecs/issues/721
39
'typing_extensions>=4.9',
40
'donfig>=0.8',
41
]
0 commit comments