prettymaps/requirements.txt
C4K3 7343fc502d Fix osmnx dependency to version 1
Without this it will try to install osmnx version 2, which had breaking
changes and causes prettymaps to fail with the error
```
AttributeError: module 'osmnx' has no attribute 'project_gdf'. Did you mean: 'project_graph'?
```
2024-12-26 06:27:34 -08:00

5 lines
86 B
Plaintext

numpy>=1.20,<1.25
matplotlib>=3.9.0
shapely>=2.0.0
osmnx>=1.9.3,<2.0
ipykernel>=6.29.5