Skip to content

Commit dbbf99f

Browse files
author
Scisco
committed
Merge pull request #67 from sgillies/patch-1
Allow rasterio > 0.18
2 parents 87b16fc + 54d120f commit dbbf99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def readme():
3838
'python-dateutil==2.2',
3939
'numpy==1.9.1',
4040
'termcolor==1.1.0',
41-
'rasterio==0.18',
41+
'rasterio>=0.18',
4242
'six==1.9.0',
4343
'scipy==0.15.1',
4444
'scikit-image==0.10.1',

0 commit comments

Comments
 (0)