Skip to content

Commit

Permalink
add osgeo requirement to support ogr import
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed Feb 19, 2024
1 parent 2fa3b0f commit 07ed9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["pre-commit", "pytest", "pytest-cov", "tomli", "GOStnets[docs,osm,opt]"]
docs = ["docutils==0.17.1", "jupyter-book>=1,<2"]
osm = ["gdal", "geopy", "boltons"]
osm = ["gdal", "geopy", "boltons", "osgeo"]
opt = ["pulp"]

[project.urls]
Expand Down

0 comments on commit 07ed9cc

Please sign in to comment.