Skip to content

Commit

Permalink
Exclude other bad version of numcodecs
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Dec 8, 2024
1 parent b55446d commit 3d3a92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Maintenance
``zarr-python`` if you can install it, but to reduce our maintenance
burden we will no longer run our compatibility tests for it.
By :user:`David Stansby <dstansby>` (:issue:`2344`).
* Excluded version 0.14.0 of numcodecs, due to a bug in the implementation of
* Excluded versions 0.14.0 and 0.14.1 of numcodecs, due to a bug in the implementation of
the Delta filter (see https://github.com/zarr-developers/numcodecs/issues/653 for more information).
By :user:`David Stansby <dstansby>` (:issue:`2544`).

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
'asciitree',
'numpy>=1.24',
'fasteners; sys_platform != "emscripten"',
'numcodecs>=0.10.0,!=0.14.0',
'numcodecs>=0.10.0,!=0.14.0,!=0.14.1',
]
dynamic = ["version"]
classifiers = [
Expand Down Expand Up @@ -42,7 +42,7 @@ docs = [
'sphinx-copybutton',
'pydata-sphinx-theme',
'numpydoc',
'numcodecs[msgpack]!=0.14.0',
'numcodecs[msgpack]!=0.14.0,!=0.14.1',
'pytest-doctestplus',
]

Expand Down

0 comments on commit 3d3a92f

Please sign in to comment.