mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
29 lines
354 B
YAML
29 lines
354 B
YAML
name: test
|
|
channels:
|
|
- defaults
|
|
dependencies:
|
|
- python=3.7.3
|
|
- six
|
|
- cython
|
|
# required
|
|
- pandas
|
|
- shapely
|
|
- fiona
|
|
- pyproj
|
|
# testing
|
|
- pytest
|
|
- pytest-cov
|
|
#- codecov
|
|
# optional
|
|
- rtree
|
|
- matplotlib
|
|
- descartes
|
|
#- geopy
|
|
- SQLalchemy
|
|
- psycopg2
|
|
- libspatialite
|
|
- pip:
|
|
- codecov
|
|
- geopy
|
|
- mapclassify
|