From 38f2586b882dc52f95d94608583bfc752e950217 Mon Sep 17 00:00:00 2001 From: Fletcher Foti Date: Mon, 1 Sep 2014 21:17:32 -0700 Subject: [PATCH] named the version of geopandas incorrectly --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa3372de..042c1a94 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ packages=find_packages(exclude=['*.tests']), install_requires=[ 'bottle>=0.12.5', - 'geopandas>=.1', + 'geopandas>=0.1.0', 'matplotlib>=1.3.1', 'numpy>=1.8.0', 'pandas>=0.13.1',