mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-01-16 12:40:31 +01:00
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'? ```
This commit is contained in:
parent
2c0dca9b51
commit
7343fc502d
2
requirements.txt
Executable file → Normal file
2
requirements.txt
Executable file → Normal file
@ -1,5 +1,5 @@
|
||||
numpy>=1.20,<1.25
|
||||
matplotlib>=3.9.0
|
||||
shapely>=2.0.0
|
||||
osmnx>=1.9.3
|
||||
osmnx>=1.9.3,<2.0
|
||||
ipykernel>=6.29.5
|
Loading…
x
Reference in New Issue
Block a user