Skip to content

Commit 90db564

Browse files
committed
ifcclash - add advanced package type that supports smart group clashes
1 parent e9fb6b3 commit 90db564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ifcclash/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ dependencies = [
1919
"ifcopenshell",
2020
]
2121

22+
[project.optional-dependencies]
23+
advanced = [
24+
"scikit-learn",
25+
]
26+
2227
[project.urls]
2328
Homepage = "http://ifcopenshell.org"
2429
Documentation = "https://docs.ifcopenshell.org"

0 commit comments

Comments
 (0)