Skip to content

Commit

Permalink
allow rasterio versions > 1.0a10
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Nov 23, 2017
1 parent 9b9cb43 commit f0e540a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
rasterio==1.0a10
rasterio>=1.0a10
tilematrix>=0.6
fiona
shapely
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'pyyaml',
'flask',
'Pillow',
'rasterio==1.0a10',
'rasterio>=1.0a10',
'matplotlib',
'cached_property',
'pyproj',
Expand Down

0 comments on commit f0e540a

Please sign in to comment.