File: environment.yml

package info (click to toggle)
python-geopandas 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,752 kB
  • sloc: python: 26,021; makefile: 147; sh: 25
file content (44 lines) | stat: -rw-r--r-- 779 bytes parent folder | download
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