Skip to content

Commit

Permalink
Fixing pandana version to 0.3.0
Browse files Browse the repository at this point in the history
If the latest version is used, we can end up with v0.4.0 that seems to
have issues with Travis.
  • Loading branch information
Federico J. Fernandez committed Jun 28, 2017
1 parent f0e2146 commit 6e030c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
'zbox>=1.2'
],
extras_require={
'pandana': ['pandana>=0.1']
'pandana': ['pandana==0.3.0']
}
)

0 comments on commit 6e030c5

Please sign in to comment.