From 9f084558f6429dac7ba346ef007b44afb2324af0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 15 Jul 2024 11:29:08 +0500 Subject: [PATCH] mathutils note --- 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 c15b102587..76d5a588ba 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -25,6 +25,8 @@ dependencies = [ ] [project.optional-dependencies] +# mathutils is broken on Python < 3.10. +# See: https://gitlab.com/ideasman42/blender-mathutils/-/merge_requests/3 geometry = ["mathutils"] dev = ["pytest"]