Files
geopandas/requirements-dev.txt
T
Martin Fleischmann 7a093643fc DEP: drop support for older versions of dependencies (#1492)
* change requirements

* ci

* remove compatibility layers

* ci recipe

* ci versions

* version in setup.py
2020-07-28 18:22:47 +01:00

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