Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
pin xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Oct 23, 2024
1 parent 019418e commit 1c48ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- ipython
- h5netcdf
- zarr
- xarray
- "xarray>=2022.06.0, <=2024.09.0"
- pip:
- -e ..
- sphinxext-rediraffe
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
- h5netcdf
- zarr
- pip:
- xarray>=2022.05.0.dev0
- "xarray>=2022.06.0, <=2024.09.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"xarray >=2023.12.0",
"xarray >=2023.12.0, <=2024.09.0",
"packaging",
]
dynamic = ["version"]
Expand Down

0 comments on commit 1c48ed5

Please sign in to comment.