mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-01-16 12:40:31 +01:00
7343fc502d
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'? ```
5 lines
86 B
Plaintext
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 |