worldbank / GOSTnets

Convenience wrapper for networkx analysis using geospatial information, focusing on OSM
https://worldbank.github.io/GOSTnets/
MIT License
21 stars 15 forks source link

Amend missing dependencies #49

Closed g4brielvs closed 6 months ago

g4brielvs commented 6 months ago

In current installation, dependencies are missing, e.g., scipy and osmnx and it fails.

elbeejay commented 6 months ago

I think they exist in the current setup.py file, but in either case the switch to pyproject.toml will include all the needed dependencies there.