Skip to content

Commit

Permalink
Add shapely as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa committed Nov 28, 2024
1 parent 63904bf commit 902b9fd
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 @@ -34,8 +34,8 @@ classifiers = [
]

[project.optional-dependencies]
dev = ["pytest", "ruff"]
test = ["pytest"]
dev = ["pytest", "ruff", "shapely"]
test = ["pytest", "shapely"]
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"]

[project.urls]
Expand Down

0 comments on commit 902b9fd

Please sign in to comment.