UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
386 stars 84 forks source link

Pin PyTables by Python version #131

Closed smmaurer closed 4 years ago

smmaurer commented 4 years ago

This PR fixes Pip installation in Python 3.5 and earlier, by pinning the PyTables version conditional on the Python version. It's the same bug as in https://github.com/UDST/orca/issues/41, and the same fix.

This will resolve the Travis failure for the master branch.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 91.667% when pulling 4d897a5c0a3dd6d247d336e5cd7b81e8f29f068c on fix-pytables into 460a13228c7b9e0671a9df1ec89e641930cb6f62 on develop.