Skip to content

Commit 902b9fd

Browse files
committed
Add shapely as test dependency
1 parent 63904bf commit 902b9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ classifiers = [
3434
]
3535

3636
[project.optional-dependencies]
37-
dev = ["pytest", "ruff"]
38-
test = ["pytest"]
37+
dev = ["pytest", "ruff", "shapely"]
38+
test = ["pytest", "shapely"]
3939
doc = ["sphinx", "myst-parser","sphinx-book-theme","mkdocs==1.5.3","mkdocs-material==9.4.14","mkdocstrings==0.24.0","mkdocstrings-python==1.7.5"]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)