mirror of
https://github.com/gboeing/osmnx-examples.git
synced 2025-12-22 09:57:09 +00:00
Update OSMnx dependency version to 2.0.7
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user