Skip to content

Commit 7ba5296

Browse files
authored
Bump numcodecs (zarr-developers#2488)
* Bump numcodecs * fix min_deps
1 parent 89e1d4f commit 7ba5296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">=3.11"
2828
dependencies = [
2929
'asciitree',
3030
'numpy>=1.25',
31-
'numcodecs>=0.13',
31+
'numcodecs>=0.14',
3232
'fsspec>=2022.10.0',
3333
'crc32c>=2.3',
3434
'typing_extensions>=4.6',
@@ -223,7 +223,7 @@ See Spec 0000 for details and drop schedule: https://scientific-python.org/specs
223223
python = "3.11"
224224
dependencies = [
225225
'numpy==1.25.*',
226-
'numcodecs==0.13.*', # 0.13 needed for? (should be 0.11)
226+
'numcodecs==0.14.*', # 0.14 needed for zarr3 codecs
227227
'fsspec==2022.10.0',
228228
's3fs==2022.10.0',
229229
'universal_pathlib==0.0.22',

0 commit comments

Comments
 (0)