From 7f14796181ff1e0f4ebd91b65d5939b374ec9ee6 Mon Sep 17 00:00:00 2001 From: Matthew Iannucci Date: Fri, 15 Nov 2024 13:28:31 -0500 Subject: [PATCH] Remove numcodecs specific install --- ci/upstream.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/upstream.yml b/ci/upstream.yml index 035d76f8..51b5b8dc 100644 --- a/ci/upstream.yml +++ b/ci/upstream.yml @@ -26,5 +26,4 @@ dependencies: - pip - pip: - icechunk # Installs zarr v3 as dependency - - git+https://github.com/zarr-developers/numcodecs@zarr3-codecs # zarr-v3 compatibility branch # - git+https://github.com/fsspec/kerchunk@main # kerchunk is currently incompatible with zarr-python v3 (https://github.com/fsspec/kerchunk/pull/516)