Files
geopandas/requirements.txt
Micah Cochran 1489a9e8b0 Test different versions of matplotlib.
Add Pandas 0.18.0 to testing.  Have one requirements.txt file for all
versions (remove .requirements-2.6.txt).  Allow MATPLOTLIB=master tests
to fail (which a few of the tests currently fail).
2016-03-15 13:54:27 -05:00

9 lines
199 B
Plaintext

Cython>=0.16
shapely>=1.2.18
fiona>=1.0.1
pyproj>=1.9.3
six>=1.3.0
# for Python 2.6 (environment marker support as of pip 6.0)
unittest2 ; python_version < '2.7'
ordereddict ; python_version < '2.7'