Skip to content

Commit 7b05a54

Browse files
committed
Bump minimum Xarray dependency and transitive deps
option use_new_combine_kwarg_defaults was introduced in 2025.8.0
1 parent 5255127 commit 7b05a54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ci/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requirements:
3535
- netcdf4 >=1.7.2
3636
- numpy >=2.1.0
3737
- tqdm >=4.50.0
38-
- xarray >=2024.5.0
38+
- xarray >=2025.8.0
3939
- cf_xarray >=0.8.6
4040
- xgcm >=0.9.0
4141
- zarr >=2.15.0,!=2.18.0,<3

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ python = "3.11.*"
5151
netcdf4 = "1.6.*"
5252
numpy = "2.1.*"
5353
tqdm = "4.50.*"
54-
xarray = "2024.5.*"
54+
xarray = "2025.8.*"
5555
uxarray = "2025.3.*"
56-
dask = "2024.5.*"
57-
zarr = "2.15.*"
56+
dask = "2024.6.*"
57+
zarr = "2.18.*"
5858
xgcm = { version = "0.9.*", channel = "conda-forge" }
5959
cf_xarray = "0.8.*"
6060
cftime = "1.6.*"

0 commit comments

Comments
 (0)