From 9bf218dbb9e3568cbd8923007219e784267290af Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Fri, 21 Aug 2026 12:28:21 -0700 Subject: [PATCH] Modify dependencies in environment.yml Updated zarr version and added icechunk and arraylake dependencies. --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 256e2a5..8e7b64a 100644 --- a/environment.yml +++ b/environment.yml @@ -109,8 +109,10 @@ dependencies: - h5netcdf>=1.3 - nco>=5.1.6 - pooch>=1.8 - - zarr~=2.18 + - zarr>=3.2 - kerchunk>=0.2 + - icechunk>=2.1 + - arraylake>=1.3 # Cloud access tools and libraries - awscli>=2.25