mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-25 13:40:11 +08:00
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).
9 lines
199 B
Plaintext
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'
|