Skip to content

Commit

Permalink
fix GDAL build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 21, 2016
1 parent 1daa0d1 commit bae3434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
requirements = [
'psycopg2',
'lxml',
'GDAL'
'GDAL<2.0'
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit bae3434

Please sign in to comment.