Skip to content

Commit

Permalink
DEP: Update dependencies to work with newer versions of xarray/xradar
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2024
1 parent 641d004 commit c5b799c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- wradlib
- cartopy
- cvxopt
- xarray<=2024.9.0
- xarray>=2024.10.0
- metpy
- pytest-cov
- pytest-mpl
Expand All @@ -25,7 +25,7 @@ dependencies:
- shapely
- ruff
- mda-xdrlib
- xradar<=0.7.0
- xradar>=0.8.0
- pooch
- versioneer
- black
Expand Down
4 changes: 2 additions & 2 deletions doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- metpy
- cartopy
- cvxopt
- xarray<=2024.9.0
- xarray>=2024.10.0
- sphinx<7.2
- ipython
- pandoc
Expand All @@ -34,7 +34,7 @@ dependencies:
- pre_commit
- cmweather
- mda-xdrlib
- xradar<=0.7.0
- xradar>=0.8.0
- dask
- pip
- pip:
Expand Down

0 comments on commit c5b799c

Please sign in to comment.