15 lines
170 B
YAML
15 lines
170 B
YAML
|
name: gis
|
||
|
channels:
|
||
|
- conda-forge
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- osmnx
|
||
|
- geopandas
|
||
|
- networkx
|
||
|
- pandas
|
||
|
- numpy
|
||
|
- jupyter
|
||
|
- ipython
|
||
|
- ipywidgets
|
||
|
- voila
|