Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 11, 2024
1 parent d447ee6 commit bd18b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ license = { text = "MIT License" }
maintainers = [{ name = "OSMnx contributors" }]
name = "osmnx"
readme = "README.md"
requires-python = ">=3.9" # match classifiers above and ruff/mypy versions below
requires-python = ">=3.9" # match classifiers above and mypy version below

[project.optional-dependencies]
docs = ["furo", "sphinx >=7", "sphinx-autodoc-typehints"]
docs = ["furo", "sphinx>=7", "sphinx-autodoc-typehints"]
entropy = ["scipy>=1.5"]
neighbors = ["scikit-learn>=0.23", "scipy>=1.5"]
raster = ["rasterio>=1.3", "rio-vrt>=0.3"]
Expand Down

0 comments on commit bd18b26

Please sign in to comment.