Skip to content

Commit 7b8857c

Browse files
authored
Pin to numcodecs<0.16
See zarr-developers/numcodecs#721
1 parent 3b6565b commit 7b8857c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requires-python = ">=3.11"
3535
dependencies = [
3636
'packaging>=22.0',
3737
'numpy>=1.25',
38-
'numcodecs[crc32c]>=0.14',
38+
'numcodecs[crc32c]>=0.14,<0.16', # see https://github.com/zarr-developers/numcodecs/issues/721
3939
'typing_extensions>=4.9',
4040
'donfig>=0.8',
4141
]

0 commit comments

Comments
 (0)