Skip to content

Commit

Permalink
Bump numcodecs (zarr-developers#2488)
Browse files Browse the repository at this point in the history
* Bump numcodecs

* fix min_deps
  • Loading branch information
normanrz authored Nov 14, 2024
1 parent 89e1d4f commit 7ba5296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = ">=3.11"
dependencies = [
'asciitree',
'numpy>=1.25',
'numcodecs>=0.13',
'numcodecs>=0.14',
'fsspec>=2022.10.0',
'crc32c>=2.3',
'typing_extensions>=4.6',
Expand Down Expand Up @@ -223,7 +223,7 @@ See Spec 0000 for details and drop schedule: https://scientific-python.org/specs
python = "3.11"
dependencies = [
'numpy==1.25.*',
'numcodecs==0.13.*', # 0.13 needed for? (should be 0.11)
'numcodecs==0.14.*', # 0.14 needed for zarr3 codecs
'fsspec==2022.10.0',
's3fs==2022.10.0',
'universal_pathlib==0.0.22',
Expand Down

0 comments on commit 7ba5296

Please sign in to comment.