Updated setup.py to reflect new python version; Updated references to osmnx projection module to reflect new osmnx version

This commit is contained in:
Marcelo Prates
2025-08-31 11:43:42 -03:00
parent 49229bb8f3
commit a7bea3a401
2 changed files with 303 additions and 265 deletions

File diff suppressed because one or more lines are too long

View File

@@ -22,5 +22,5 @@ setup(
],
package_dir={"prettymaps": "prettymaps"},
package_data={"prettymaps": ["presets/*.json"]},
python_requires=">=3.11",
python_requires=">=3.12",
)