Skip to content

Commit

Permalink
update binder environment (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Jimenez <mjimen17@jhu.edu>
  • Loading branch information
Miguel Jimenez and Mikejmnez committed Aug 16, 2022
1 parent 4e2d820 commit 763c785
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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
- python=3.9
- numpy
- matplotlib
- pandas
Expand All @@ -12,19 +12,20 @@ dependencies:
- distributed
- bottleneck
- netCDF4
- xarray
- xarray < 2022.6
- cartopy
- esmpy
- intake-xarray
- geopy
- xesmf!=0.5.0,!=0.5.1
- xesmf
- esmf
- xgcm
- xgcm < 0.7
- Ipython
- xmitgcm
- ffmpeg
- 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 763c785

Please sign in to comment.