mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-17 12:20:25 +08:00
33 lines
466 B
YAML
33 lines
466 B
YAML
name: geopandas-dev
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
# required
|
|
- fiona>=1.8
|
|
- pandas>=0.25
|
|
- pyproj>=2.2.0
|
|
- shapely>=1.6
|
|
|
|
# geodatabase access
|
|
- psycopg2>=2.5.1
|
|
- SQLAlchemy>=0.8.3
|
|
|
|
# geocoding
|
|
- geopy
|
|
|
|
# plotting
|
|
- matplotlib>=2.2
|
|
- mapclassify
|
|
|
|
# testing
|
|
- pytest>=3.1.0
|
|
- pytest-cov
|
|
- codecov
|
|
|
|
# spatial access methods
|
|
- rtree>=0.8
|
|
|
|
# styling
|
|
- black
|
|
- pre-commit
|