We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e1d4f commit 7ba5296Copy full SHA for 7ba5296
pyproject.toml
@@ -28,7 +28,7 @@ requires-python = ">=3.11"
28
dependencies = [
29
'asciitree',
30
'numpy>=1.25',
31
- 'numcodecs>=0.13',
+ 'numcodecs>=0.14',
32
'fsspec>=2022.10.0',
33
'crc32c>=2.3',
34
'typing_extensions>=4.6',
@@ -223,7 +223,7 @@ See Spec 0000 for details and drop schedule: https://scientific-python.org/specs
223
python = "3.11"
224
225
'numpy==1.25.*',
226
- 'numcodecs==0.13.*', # 0.13 needed for? (should be 0.11)
+ 'numcodecs==0.14.*', # 0.14 needed for zarr3 codecs
227
'fsspec==2022.10.0',
228
's3fs==2022.10.0',
229
'universal_pathlib==0.0.22',
0 commit comments