From 127b3d6a02fb5d42ade6c016d7bff90c923043e7 Mon Sep 17 00:00:00 2001 From: sharkinsspatial Date: Wed, 23 Oct 2024 22:12:32 -0400 Subject: [PATCH] Diagnose imagecodecs-numcodecs installation failures in CI. --- ci/environment.yml | 2 +- ci/min-deps.yml | 2 +- ci/upstream.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/environment.yml b/ci/environment.yml index 1ff2544..70a4c9c 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 1208654..af4a732 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 931e346..f6c66df 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