Skip to content

Commit

Permalink
Temporary pin for xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Nov 28, 2023
1 parent f765093 commit cb26323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- shapely >=2.0
- sparse
- toolz
- xarray
- xarray <2023.11.0
- xclim >=0.46.0
- xesmf >=0.7
- zarr
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- shapely >=2.0
- sparse
- toolz
- xarray
- xarray <2023.11.0
- xclim >=0.46.0
- xesmf >=0.7
- zarr
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self):
"shapely>=2.0",
"sparse",
"toolz",
"xarray",
"xarray<2023.11.0", # TODO: UNPIN BEFORE RELEASING
"xclim>=0.43",
"xesmf>=0.7.0",
"zarr",
Expand Down

0 comments on commit cb26323

Please sign in to comment.