diff --git a/ci/environment.yml b/ci/environment.yml index 1ff25449..70a4c9c3 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -36,4 +36,4 @@ dependencies: - astropy - pip - pip: - - imagecodecs-numcodecs + - imagecodecs-numcodecs==2024.6.1 diff --git a/ci/min-deps.yml b/ci/min-deps.yml index 12086543..af4a732c 100644 --- a/ci/min-deps.yml +++ b/ci/min-deps.yml @@ -28,4 +28,4 @@ dependencies: - fsspec - pip - pip: - - imagecodecs-numcodecs + - imagecodecs-numcodecs==2024.6.1 diff --git a/ci/upstream.yml b/ci/upstream.yml index 931e346c..f6c66df3 100644 --- a/ci/upstream.yml +++ b/ci/upstream.yml @@ -30,5 +30,5 @@ dependencies: - icechunk # Installs zarr v3 as dependency - git+https://github.com/pydata/xarray@zarr-v3 # zarr-v3 compatibility branch - git+https://github.com/zarr-developers/numcodecs@zarr3-codecs # zarr-v3 compatibility branch - - imagecodecs-numcodecs # - git+https://github.com/fsspec/kerchunk@main # kerchunk is currently incompatible with zarr-python v3 (https://github.com/fsspec/kerchunk/pull/516) + - imagecodecs-numcodecs==2024.6.1 diff --git a/pyproject.toml b/pyproject.toml index 0d0744b5..672398f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "hdf5plugin", "numcodecs", "imagecodecs", - "imagecodecs-numcodecs", + "imagecodecs-numcodecs==2024.6.1", "ujson", ]