Fix #4227. Add shapely as an optional dependency for IOS-Python

This commit is contained in:
Dion Moult
2024-01-18 09:22:22 +11:00
parent 658095ea29
commit 881f38e163
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
]
[project.optional-dependencies]
geometry = ["mathutils"]
geometry = ["mathutils", "shapely"]
date = ["isodate"]
[project.urls]
"Homepage" = "http://ifcopenshell.org"