Skip to content

Commit 44a10e5

Browse files
committed
Add numcodecs pin
1 parent fa6e175 commit 44a10e5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/release.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,24 @@ Release notes
1616
.. note::
1717
Zarr-Python 2 is in support mode now, and no new features will be added.
1818

19-
.. _release_2.18.6:
19+
.. _release_2.18.7:
2020

21-
2.18.6
21+
2.18.7
2222
------
2323

2424
Fixes
2525
~~~~~
2626
* Pinned ``numcodecs`` to ``<0.16``. In ``numcodecs`` 0.16 deprecated code was removed
27-
that makes it incompatible with zarr-python 2.18.
28-
By :user:`David Stansby <dstansby>` (:issue:`2965`)
27+
that makes it incompatible with older versions of zarr-python 2.18.
28+
By :user:`David Stansby <dstansby>` (:issue:`2973`)
29+
30+
.. _release_2.18.6:
31+
32+
2.18.6
33+
------
34+
Note: the numcodecs dependency pin was incorrectly applied in this release, meaning it maintains
35+
the same issue with numcodecs compatibility as previous releases. Please upgrade
36+
to 2.18.7 to fix this.
2937

3038
.. _release_2.18.5:
3139

pyproject.toml

Lines changed: 1 addition & 1 deletion
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,!=0.14.1',
16+
'numcodecs>=0.10.0,!=0.14.0,!=0.14.1,<0.16',
1717
]
1818
dynamic = ["version"]
1919
classifiers = [

0 commit comments

Comments
 (0)