Skip to content

Commit

Permalink
FIX: Pin older xarray until xradar release (#1677)
Browse files Browse the repository at this point in the history
* ADD: Add pygplk to ci system

* ADD: Add gplk in pypi

* STY: PEP8 fixes.

* ADD: Add install glpk from conda

* FIX: Fix name of glpk

* FIX: Temporary pin on xarray until xradar release

---------

Co-authored-by: Zach Sherman <[email protected]>
  • Loading branch information
mgrover1 and zssherman authored Nov 1, 2024
1 parent ec7759c commit 2d21928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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.10.0
- metpy
- pytest-cov
- pytest-mpl
Expand All @@ -30,3 +30,4 @@ dependencies:
- versioneer
- black
- open-radar-data
- glpk
2 changes: 1 addition & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- metpy
- cartopy
- cvxopt
- xarray
- xarray<2024.10.0
- sphinx<7.2
- ipython
- pandoc
Expand Down

0 comments on commit 2d21928

Please sign in to comment.