Skip to content

Commit

Permalink
FIX: Ensure same dependencies in requirements and env files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2024
1 parent 3858083 commit c4045fe
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
- xarray<=2024.9.0
- metpy
- pytest-cov
- pytest-mpl
Expand All @@ -25,7 +25,7 @@ dependencies:
- shapely
- ruff
- mda-xdrlib
- xradar
- xradar<=0.7.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
- xarray<=2024.9.0
- sphinx<7.2
- ipython
- pandoc
Expand All @@ -34,7 +34,7 @@ dependencies:
- pre_commit
- cmweather
- mda-xdrlib
- xradar
- xradar<=0.7.0
- dask
- pip
- pip:
Expand Down

0 comments on commit c4045fe

Please sign in to comment.