From 90db564b4b4a21c62626da551aeea0ee96603847 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 13 Mar 2026 18:10:16 +0500 Subject: [PATCH] ifcclash - add advanced package type that supports smart group clashes --- src/ifcclash/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ifcclash/pyproject.toml b/src/ifcclash/pyproject.toml index dc27c49efc..3b510d4ea5 100644 --- a/src/ifcclash/pyproject.toml +++ b/src/ifcclash/pyproject.toml @@ -19,6 +19,11 @@ dependencies = [ "ifcopenshell", ] +[project.optional-dependencies] +advanced = [ + "scikit-learn", +] + [project.urls] Homepage = "http://ifcopenshell.org" Documentation = "https://docs.ifcopenshell.org"