Skip to content

Commit 3d3a92f

Browse files
committed
Exclude other bad version of numcodecs
1 parent b55446d commit 3d3a92f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Maintenance
3636
``zarr-python`` if you can install it, but to reduce our maintenance
3737
burden we will no longer run our compatibility tests for it.
3838
By :user:`David Stansby <dstansby>` (:issue:`2344`).
39-
* Excluded version 0.14.0 of numcodecs, due to a bug in the implementation of
39+
* Excluded versions 0.14.0 and 0.14.1 of numcodecs, due to a bug in the implementation of
4040
the Delta filter (see https://github.com/zarr-developers/numcodecs/issues/653 for more information).
4141
By :user:`David Stansby <dstansby>` (:issue:`2544`).
4242

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
'asciitree',
1414
'numpy>=1.24',
1515
'fasteners; sys_platform != "emscripten"',
16-
'numcodecs>=0.10.0,!=0.14.0',
16+
'numcodecs>=0.10.0,!=0.14.0,!=0.14.1',
1717
]
1818
dynamic = ["version"]
1919
classifiers = [
@@ -42,7 +42,7 @@ docs = [
4242
'sphinx-copybutton',
4343
'pydata-sphinx-theme',
4444
'numpydoc',
45-
'numcodecs[msgpack]!=0.14.0',
45+
'numcodecs[msgpack]!=0.14.0,!=0.14.1',
4646
'pytest-doctestplus',
4747
]
4848

0 commit comments

Comments
 (0)