File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ python = ">=3.11"
2323netcdf4 = " >=1.6.0"
2424numpy = " >=2.1.0"
2525tqdm = " >=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
2727holoviews = " >=1.22.0" # https://github.com/prefix-dev/rattler-build/issues/2326
2828uxarray = " >=2025.3.0"
2929dask = " >=2024.5.1"
You can’t perform that action at this time.
0 commit comments