We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb4f2f commit 5b444c8Copy full SHA for 5b444c8
2 files changed
.github/ci/recipe.yaml
@@ -35,7 +35,7 @@ requirements:
35
- netcdf4 >=1.7.2
36
- numpy >=2.1.0
37
- tqdm >=4.50.0
38
- - xarray >=2025.8.0
+ - xarray >=2025.8.0,<2026.4.0 # TODO: remove upper pin when https://github.com/UXARRAY/uxarray/issues/1490 is resolved
39
- cf_xarray >=0.8.6
40
- xgcm >=0.9.0
41
- zarr >=2.15.0,!=2.18.0,<3
pixi.toml
@@ -23,7 +23,7 @@ python = ">=3.11"
23
netcdf4 = ">=1.6.0"
24
numpy = ">=2.1.0"
25
tqdm = ">=4.50.0"
26
-xarray = ">=2024.5.0"
+xarray = ">=2024.5.0,<2026.4.0" # TODO: remove upper pin when https://github.com/UXARRAY/uxarray/issues/1490 is resolved
27
holoviews = ">=1.22.0" # https://github.com/prefix-dev/rattler-build/issues/2326
28
uxarray = ">=2025.3.0"
29
dask = ">=2024.5.1"
0 commit comments