1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
name: geopandas_docs
channels:
- conda-forge
dependencies:
- python
- pandas
- shapely
- geopy
- matplotlib
- mapclassify
- sphinx
- pydata-sphinx-theme
- numpydoc
- ipython
- pillow
- mock
- pyepsg
- sphinx-gallery
- jinja2
- doc2dash
- matplotlib-scalebar
# specify additional dependencies to reduce solving for conda
- geos
- nbsphinx
- jupyter_client
- ipykernel
- myst-parser
- folium
- xyzservices
- packaging
- pip
- pip:
- sphinx-toggleprompt
- geodatasets
# proj/pyproj deps from pip to avoid Proj env warning from conda+readthedocs
- pyproj
- cartopy
- fiona
- pyogrio
- rasterio
- contextily
- pointpats
- libpysal
- matplotlib_map_utils
|