Skip to content

Commit

Permalink
update Binder environment again (#250)
Browse files Browse the repository at this point in the history
* unpin python to a specific version

* remove repeated entry

* pin cartopy

* restore previous xesfm setting

* remove pre conditions on xesmf version

* pin python to a lower version -- xesmf is not installed

Co-authored-by: Miguel Jimenez <mjimen17@jhu.edu>
  • Loading branch information
Miguel Jimenez and Mikejmnez authored Aug 17, 2022
1 parent 763c785 commit 9c141fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rise-environment
channels:
- conda-forge
dependencies:
- python=3.9
- python < 3.10
- numpy
- matplotlib
- pandas
Expand All @@ -13,7 +13,7 @@ dependencies:
- bottleneck
- netCDF4
- xarray < 2022.6
- cartopy
- cartopy < 0.20
- esmpy
- intake-xarray
- geopy
Expand All @@ -26,6 +26,5 @@ dependencies:
- tqdm
- pip
- pip:
- git+https://github.com/intake/intake-xarray.git
- git+https://github.com/hainegroup/oceanspy.git
- jupyter-contrib-nbextensions

0 comments on commit 9c141fa

Please sign in to comment.