Update OSMnx dependency version to 2.0.7

This commit is contained in:
Geoff Boeing
2025-11-25 20:11:40 -08:00
committed by GitHub
parent 8c0292d50f
commit 5d696c1ed2

View File

@@ -1,13 +1,13 @@
[project]
authors = [{ name = "Geoff Boeing", email = "boeing@usc.edu" }]
dependencies = ["osmnx[all]==2.0.6"]
dependencies = ["osmnx[all]==2.0.7"]
description = "Gallery of OSMnx tutorials, usage examples, and feature demonstrations."
license = "MIT"
license-files = ["LICENSE.txt"]
name = "osmnx-examples"
readme = "README.md"
requires-python = ">=3.9"
version = "2.0.6" # match pinned version above
version = "2.0.7" # match pinned version above
[project.optional-dependencies]
all = ["folium", "jupyterlab", "mapclassify", "igraph"]