From cbee10354142c6fd1ec909e475026f624d420451 Mon Sep 17 00:00:00 2001 From: Tom Nicholas Date: Sun, 20 Oct 2024 14:21:40 -0600 Subject: [PATCH] Add comments about zarr-python v3 compatibility branches --- ci/upstream.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/upstream.yml b/ci/upstream.yml index 702ac093..cac1100c 100644 --- a/ci/upstream.yml +++ b/ci/upstream.yml @@ -24,7 +24,7 @@ dependencies: - fsspec - pip - pip: - - zarr==3.0.0b1 - - git+https://github.com/pydata/xarray@zarr-v3 - - git+https://github.com/zarr-developers/numcodecs@zarr3-codecs + - zarr==3.0.0b1 # beta release of zarr-python v3 + - 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 # - git+https://github.com/fsspec/kerchunk@main # kerchunk is currently incompatible with zarr-python v3 (https://github.com/fsspec/kerchunk/pull/516)