File: environment-dev.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 (47 lines) | stat: -rw-r--r-- 767 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
45
46
47
name: geopandas-dev
channels:
    - conda-forge
dependencies:
    - python
    # required
    - pyogrio>=0.7.2
    - pandas>=2.0
    - pyproj>=3.5.0
    - shapely>=2.0.0
    - packaging

    # testing
    - pytest>=3.1.0
    - pytest-cov
    - pytest-xdist
    - fsspec
    - codecov
    - geodatasets
    - pytz
    - geoarrow-pyarrow

    # styling
    - pre-commit
    - ruff==0.11.4

    # optional
    - fiona
    - folium
    - xyzservices
    - scipy
    - libspatialite
    - geoalchemy2
    - pyarrow
    # doctest testing
    - pytest-doctestplus
    # geocoding
    - geopy
    # geodatabase access
    - psycopg2>=2.8.0
    - psycopg>=3.1.0
    - SQLAlchemy>=2.0
    # plotting
    - matplotlib>=3.7
    - mapclassify
    # point sampling
    - pointpats