This website requires JavaScript.
Explore
Help
Sign In
Cartography
/
prettymaps
Watch
1
Star
0
Fork
0
You've already forked prettymaps
mirror of
https://github.com/marceloprates/prettymaps.git
synced
2025-01-16 20:48:13 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
prettymaps
/
requirements.txt
5 lines
86 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
fixed problems with requirements.txt versions
2024-07-02 19:50:54 -03:00
numpy>=1.20,<1.25
matplotlib>=3.9.0
shapely>=2.0.0
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
osmnx>=1.9.3,<2.0
fixed problems with requirements.txt versions
2024-07-02 19:50:54 -03:00
ipykernel>=6.29.5
Reference in New Issue
Copy Permalink