From 7da96b49517fc848e4fff687dce08274761976e2 Mon Sep 17 00:00:00 2001 From: OrionSehn Date: Tue, 4 Jul 2023 17:33:19 -0600 Subject: [PATCH] Proposed fix to #3352 --- src/ifcopenshell-python/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 28595d7a0d..dc8db46e66 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -13,6 +13,8 @@ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", ] +[project.optional-dependencies] +geometry = ["mathutils"] [project.urls] "Homepage" = "http://ifcopenshell.org" "Bug Tracker" = "https://github.com/ifcopenshell/ifcopenshell/issues"