Skip to content

Commit 839a584

Browse files
committed
Exclude bad version of numcodecs
1 parent ed94877 commit 839a584

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ 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
40+
the Delta filter (see https://github.com/zarr-developers/numcodecs/issues/653 for more information).
3941

4042
Deprecations
4143
~~~~~~~~~~~~

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docs = [
4242
'sphinx-copybutton',
4343
'pydata-sphinx-theme',
4444
'numpydoc',
45-
'numcodecs[msgpack]',
45+
'numcodecs[msgpack]!=0.14.0',
4646
]
4747

4848
[project.urls]

0 commit comments

Comments
 (0)