Skip to content

Commit 8d98879

Browse files
authored
normal binder (#90)
1 parent 67b60ac commit 8d98879

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

binder/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

binder/environment.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: oggm_env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- jupyter
6+
- jupyterlab
7+
- numpy
8+
- scipy
9+
- pandas
10+
- shapely
11+
- matplotlib
12+
- Pillow
13+
- netcdf4
14+
- scikit-image
15+
- scikit-learn
16+
- configobj
17+
- xarray
18+
- pytest
19+
- dask
20+
- bottleneck
21+
- pyproj
22+
- cartopy
23+
- geopandas
24+
- rioxarray
25+
- seaborn
26+
- pytables
27+
- salem
28+
- motionless
29+
- seaborn
30+
- holoviews
31+
- geoviews
32+
- pip
33+
- pip:
34+
- joblib
35+
- progressbar2
36+
- git+https://github.com/OGGM/oggm-edu
37+
- oggm

0 commit comments

Comments
 (0)