mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #4227. Add shapely as an optional dependency for IOS-Python
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user