Skip to content

Commit 5b444c8

Browse files
MAINT: Temporarily pin xarray<2026.4.0 (#2577)
1 parent ffb4f2f commit 5b444c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 >=2025.8.0
38+
- xarray >=2025.8.0,<2026.4.0 # TODO: remove upper pin when https://github.com/UXARRAY/uxarray/issues/1490 is resolved
3939
- cf_xarray >=0.8.6
4040
- xgcm >=0.9.0
4141
- zarr >=2.15.0,!=2.18.0,<3

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python = ">=3.11"
2323
netcdf4 = ">=1.6.0"
2424
numpy = ">=2.1.0"
2525
tqdm = ">=4.50.0"
26-
xarray = ">=2024.5.0"
26+
xarray = ">=2024.5.0,<2026.4.0" # TODO: remove upper pin when https://github.com/UXARRAY/uxarray/issues/1490 is resolved
2727
holoviews = ">=1.22.0" # https://github.com/prefix-dev/rattler-build/issues/2326
2828
uxarray = ">=2025.3.0"
2929
dask = ">=2024.5.1"

0 commit comments

Comments
 (0)