Files
geopandas/doc/environment.yml
T
Joris Van den Bossche 8b40eda559 DOC: add pillow to doc env file
so it is installed from conda-forge, otherwise get conflicts
2017-08-28 00:31:36 +02:00

20 lines
210 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
- ipython
- pillow