From 6e030c5e7c16866ab4b04a42a1f8b3ee1b9df7cc Mon Sep 17 00:00:00 2001 From: "Federico J. Fernandez" Date: Wed, 28 Jun 2017 19:01:11 -0300 Subject: [PATCH] Fixing pandana version to 0.3.0 If the latest version is used, we can end up with v0.4.0 that seems to have issues with Travis. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 488cb41e..c5c50bd9 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,6 @@ 'zbox>=1.2' ], extras_require={ - 'pandana': ['pandana>=0.1'] + 'pandana': ['pandana==0.3.0'] } )