Skip to content

Commit

Permalink
don't install GDAL bindings
Browse files Browse the repository at this point in the history
perrygeo committed Jul 28, 2015
1 parent c6c84e3 commit f98dd61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def run_tests(self):

setup(
name="rasterstats",
version='0.7.1',
version='0.7.2',
author="Matthew Perry",
author_email="perrygeo@gmail.com",
description=("Summarize geospatial raster datasets based on vector geometries"),
@@ -35,7 +35,6 @@ def run_tests(self):
install_requires=[
'shapely',
'numpy',
'GDAL',
'rasterio'
],
tests_require=['pytest', 'pyshp>=1.1.4', 'coverage'],

0 comments on commit f98dd61

Please sign in to comment.