mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-22 13:10:25 +08:00
28 lines
289 B
YAML
28 lines
289 B
YAML
name: geopandas_docs
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.5
|
|
- pandas
|
|
- shapely
|
|
- fiona
|
|
- pyproj
|
|
- rtree
|
|
- six
|
|
- geopy
|
|
- matplotlib
|
|
- descartes
|
|
- pysal
|
|
- sphinx
|
|
- sphinx_rtd_theme
|
|
- numpydoc
|
|
- ipython
|
|
- pillow
|
|
- mock
|
|
- cartopy
|
|
- sphinx-gallery
|
|
- jinja2
|
|
pip:
|
|
- sphinx_gallery
|
|
|