Skip to content

Commit e95272e

Browse files
committed
Update tests and added geom_ops
1 parent a39267c commit e95272e

File tree

6 files changed

+1001
-1
lines changed

6 files changed

+1001
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ dependencies = [
1111
"shapely>=2.0.0"
1212
]
1313

14+
[project.optional-dependencies]
15+
16+
17+
test = [
18+
"pytest >= 8.0.0",
19+
]
20+
1421
[build-system]
1522
requires = ["flit_core >=3.2,<4"]
1623
build-backend = "flit_core.buildapi"

0 commit comments

Comments
 (0)