mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-20 12:50:47 +08:00
* change requirements * ci * remove compatibility layers * ci recipe * ci versions * version in setup.py
33 lines
334 B
Plaintext
33 lines
334 B
Plaintext
# required
|
|
fiona>=1.8
|
|
pandas>=0.24
|
|
pyproj>=2.2.0
|
|
shapely>=1.6
|
|
|
|
# geodatabase access
|
|
psycopg2>=2.5.1
|
|
SQLAlchemy>=0.8.3
|
|
|
|
# geocoding
|
|
geopy
|
|
|
|
# plotting
|
|
descartes>=1.0
|
|
matplotlib>=2.2
|
|
mapclassify
|
|
|
|
# testing
|
|
pytest>=3.1.0
|
|
pytest-cov
|
|
codecov
|
|
|
|
# spatial access methods
|
|
rtree>=0.8
|
|
|
|
# styling
|
|
black
|
|
pre-commit
|
|
|
|
# PostGIS writing
|
|
GeoAlchemy2
|