Skip to content

Commit a7bea3a

Browse files
committed
Updated setup.py to reflect new python version; Updated references to osmnx projection module to reflect new osmnx version
1 parent 49229bb commit a7bea3a

File tree

2 files changed

+253
-215
lines changed

2 files changed

+253
-215
lines changed

notebooks/examples.ipynb

Lines changed: 252 additions & 214 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
package_dir={"prettymaps": "prettymaps"},
2424
package_data={"prettymaps": ["presets/*.json"]},
25-
python_requires=">=3.11",
25+
python_requires=">=3.12",
2626
)

0 commit comments

Comments
 (0)