We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74eec26 commit c2712f4Copy full SHA for c2712f4
binder/environment.yml
binder/postBuild
binder/start
environment.yml
@@ -2,30 +2,14 @@ name: mpd-ex
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.10
6
- - bokeh
7
- - cartopy
8
- - cython
9
- - esda
10
- - folium
+ - python>=3.12
+ - pip
11
- geopandas
12
- - geopy
13
- - geoviews
14
- - hvplot
15
- - jinja2
16
- - jupyterlab
17
- - matplotlib
18
- - movingpandas
19
- - networkx
20
- - numpy
21
- - osmnx
+ - jupyter_client<8
+ - notebook
22
- pandas
23
- - panel
24
- - proj
25
- - rasterio
26
- - scikit-learn
27
- - seaborn
28
- - shapely
29
- - spaghetti
30
- - splot
31
- - stonesoup
+ - ipykernel
+ - pip:
+ - movingpandas
+ - geoviews
+ - hvplot
0 commit comments