Skip to content

Commit

Permalink
update picogeojson requirements
Browse files Browse the repository at this point in the history
bypass a broken version
  • Loading branch information
njwilson23 committed Jul 8, 2017
1 parent 0721d69 commit ed81848
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,6 +1,6 @@
setuptools >= 17.0
numpy >= 1.10
picogeojson >= 0.6.0
picogeojson >= 0.6.1
pyproj >= 1.9
gdal >= 1.10
blosc >= 1.2.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def finalize_options(self):
"pyproj>=1.9",
"gdal>=1.10",
"blosc>=1.2.8",
"picogeojson>=0.6.0"],
"picogeojson>=0.6.1"],
author = "Nat Wilson",
author_email = "natw@fortyninemaps.com",
packages = ["karta", "karta.vector", "karta.raster"],
Expand Down

0 comments on commit ed81848

Please sign in to comment.