OpenGeoscience / ktile

A stylish alternative for caching your map tiles.
http://tilestache.org
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

Package versions are growing increasingly out of date #20

Open kotfic opened 7 years ago

kotfic commented 7 years ago
Package Local dependency Current version
GDAL (python) 1.10.0 2.2.0
mapbox-vector-tile 0.5.0 1.2.0
Werkzeug 0.11.13 0.12.2

Note that mapbox-vector-tile is also forcing us to hold back protobuf to 3.1.0 because 0.5.0 is incompatible with newer version of protobuf.

Also, we're currently testing on python 3.4.3 on circle and would be better off testing against python 3.5 or 3.6.

astrojuanlu commented 6 years ago

Does this affect OpenGeoscience/geonotebook?