We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18c412 commit f50bebdCopy full SHA for f50bebd
1 file changed
pyproject.toml
@@ -43,7 +43,7 @@ pydantic = "^1.8.2"
43
isort = "^5.10.1"
44
numpy = "^1.19.5"
45
scipy = "^1.5.4"
46
-Shapely = "^1.8.0"
+Shapely = { version = ">=1.8.0", optional = true }
47
48
[tool.poetry.dev-dependencies]
49
poetry = "^1.1.5"
@@ -62,6 +62,9 @@ furo = "^2021.10.9"
62
sphinx-autoapi = "^1.8.4"
63
pytest-xdist = "^2.5.0"
64
65
+[tool.poetry.extras]
66
+metrics = ["Shapely"]
67
+
68
69
[tool.pytest.ini_options]
70
markers = [
0 commit comments