ifccityjson - more specific depdendency

API in cjio 0.10 changed (`load` method was moved elsewhere) and for now we just specify that we require older cjio version.
This commit is contained in:
Andrej
2025-05-30 12:05:41 +05:00
parent 92a222cda7
commit 3d77fc7c7d
+1 -1
View File
@@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
"ifcopenshell",
"cjio>=0.8"
"cjio >=0.8, <0.10"
]
[project.urls]