Skip to content

Commit

Permalink
MNT: Pin xarray to <=2024.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Nov 18, 2024
1 parent 1fbd05b commit 7b24469
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/notebooktests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pytest-xdist
- scipy
- setuptools
- xarray
- xarray<= 2024.9.0
- xarray-datatree>=0.0.10
- xmltodict
- xradar
Expand Down
2 changes: 1 addition & 1 deletion ci/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- pytest-xdist
- scipy
- setuptools
- xarray
- xarray<= 2024.9.0
- xradar
- xarray-datatree>=0.0.10
- xmltodict
Expand Down
2 changes: 2 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# History
## 0.1.9
This is the last version which uses datatree from xarray-contrib/datatree. Thus, xarray is pinned to version 2024.9.0.

## 0.1.8 (2024-09-18)
- **ADD:** Codecov in the workflow. ({pull}`25`) by [@syedhamidali](https://github.com/syedhamidali)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- netCDF4
- open-radar-data>=0.1.0
- pyproj
- xarray
- xarray<= 2024.9.0
- xarray-datatree>=0.0.10
- xmltodict
- cartopy
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numpy
pyproj
cartopy
scipy
xarray
xarray<= 2024.9.0
xarray-datatree >= 0.0.10
xmltodict
matplotlib
Expand Down

0 comments on commit 7b24469

Please sign in to comment.