Fix #4303. Declare dependencies for ifctester.

This commit is contained in:
Dion Moult
2024-04-08 11:57:21 +10:00
parent ef1a92a9ee
commit aba8683d5e
4 changed files with 22 additions and 6 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", "shapely"]
geometry = ["mathutils", "shapely", "numpy"]
date = ["isodate", "dateutil"]
[project.urls]
"Homepage" = "http://ifcopenshell.org"