Skip to content

Commit f0e5db2

Browse files
authored
Merge pull request #50 from scottyhq/examples
Update binder environment JLab>=3, cartopy>=0.20
2 parents d305360 + 824237b commit f0e5db2

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

environment.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@ name: sliderule
33
channels:
44
- conda-forge
55
dependencies:
6-
- python=3.8
7-
- setuptools_scm
86
- cartopy
7+
- geopandas
8+
- h5py
99
- ipykernel
10-
- ipywidgets
11-
- ipyleaflet
12-
- tk
10+
- ipywidgets>=7.6,<8.0
11+
- ipyleaflet>=0.14
12+
- jupyterlab=3
13+
- jupyterlab_widgets
1314
- matplotlib
1415
- numpy
1516
- pandas
16-
- geopandas
17-
- h5py
1817
- pip
1918
- pyproj
19+
- pytables
20+
- python=3.8
21+
- requests
2022
- scipy
23+
- setuptools_scm
2124
- shapely
22-
- requests
25+
- tk
2326
- pip:
2427
- -e ./

postBuild

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

0 commit comments

Comments
 (0)