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"