Skip to content

Commit 72ae8b0

Browse files
committed
bump xarray to 2025.1.1 and icechunk to 0.1.0a10 in upstream
1 parent bd010c4 commit 72ae8b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- h5py
88
- hdf5
99
- netcdf4
10-
- xarray>=2024.10.0
10+
- xarray>=2025.1.1
1111
- kerchunk>=0.2.5
1212
- numpy>=2.0.0
1313
- ujson

ci/min-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- h5py
77
- hdf5
88
- netcdf4
9-
- xarray>=2024.10.0
9+
- xarray>=2025.1.1
1010
- numpy>=2.0.0
1111
- numcodecs
1212
- packaging

ci/upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- xarray>=2024.10.0
6+
- xarray>=2025.1.1
77
- h5netcdf
88
- h5py
99
- hdf5
@@ -28,6 +28,6 @@ dependencies:
2828
- fsspec
2929
- pip
3030
- pip:
31-
- icechunk>=0.1.0a8 # Installs zarr v3 as dependency
31+
- icechunk>=0.1.0a10 # Installs zarr v3 as dependency
3232
# - git+https://github.com/fsspec/kerchunk@main # kerchunk is currently incompatible with zarr-python v3 (https://github.com/fsspec/kerchunk/pull/516)
3333
- imagecodecs-numcodecs==2024.6.1

0 commit comments

Comments
 (0)