Skip to content

Commit

Permalink
update oceanspy_test environment (#270)
Browse files Browse the repository at this point in the history
* pin matplotlib in testing environment

* unpin xarray, pin matplotlib in Oceanography env

Co-authored-by: Miguel Jimenez <mjimen17@jhu.edu>
  • Loading branch information
Miguel Jimenez and Mikejmnez authored Oct 25, 2022
1 parent 0ded3fa commit d318266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- geopy
- xesmf
- esmf
- xgcm
- xgcm < 0.7
- Ipython
- tqdm
- pytest
Expand All @@ -22,7 +22,7 @@ dependencies:
- ffmpeg
- aiohttp
- pandas
- matplotlib
- matplotlib < 3.5.3
- fsspec!=0.9.0
- pooch
- pip
Expand Down
4 changes: 2 additions & 2 deletions sciserver_catalogs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- distributed
- bottleneck
- netCDF4
- xarray < 2022.6
- xarray
- cartopy<0.20
- esmpy
- geopy
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies:
- cftime
- rasterio
- cfgrib
- matplotlib
- matplotlib < 3.5.3
- cf_xarray
- ipykernel
- numba
Expand Down

0 comments on commit d318266

Please sign in to comment.