mathutils note

This commit is contained in:
Andrej730
2024-07-15 11:29:08 +05:00
parent c715d9a81b
commit 9f084558f6
+2
View File
@@ -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"]