Fix #4525. Fix #4546. Specify dependencies for ifcopenshell and ifcpatch.

No longer optional for a better first experience. They aren't huge deps.
This commit is contained in:
Dion Moult
2024-04-14 08:52:19 +10:00
parent 6ddf7dae01
commit ee1183481f
2 changed files with 6 additions and 6 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
]
dependencies = [
"ifcopenshell",
]
dependencies = ["ifcopenshell", "toposort", "numpy"]
[project.urls]
Homepage = "http://ifcopenshell.org"