Skip to content

Commit c2712f4

Browse files
authored
Update binder setup, fixes #32
1 parent 74eec26 commit c2712f4

File tree

4 files changed

+9
-65
lines changed

4 files changed

+9
-65
lines changed

binder/environment.yml

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

binder/postBuild

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

binder/start

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

environment.yml

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,14 @@ name: mpd-ex
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10
6-
- bokeh
7-
- cartopy
8-
- cython
9-
- esda
10-
- folium
5+
- python>=3.12
6+
- pip
117
- geopandas
12-
- geopy
13-
- geoviews
14-
- hvplot
15-
- jinja2
16-
- jupyterlab
17-
- matplotlib
18-
- movingpandas
19-
- networkx
20-
- numpy
21-
- osmnx
8+
- jupyter_client<8
9+
- notebook
2210
- pandas
23-
- panel
24-
- proj
25-
- rasterio
26-
- scikit-learn
27-
- seaborn
28-
- shapely
29-
- spaghetti
30-
- splot
31-
- stonesoup
11+
- ipykernel
12+
- pip:
13+
- movingpandas
14+
- geoviews
15+
- hvplot

0 commit comments

Comments
 (0)