Replace ordered_set with orderly_set

deepdiff deprecated use of ordered_set and switched to orderly_set (ordered_set fork), so we switch too
see https://github.com/seperman/deepdiff/releases/tag/8.0.0
This commit is contained in:
Andrej730
2024-08-28 11:14:47 +05:00
parent dabb85c466
commit 1b49515d9f
+1 -1
View File
@@ -34,7 +34,7 @@ import ifcopenshell.util.placement
import ifcopenshell.util.classification
import ifcopenshell.util.representation
from deepdiff import DeepDiff
from ordered_set import OrderedSet
from orderly_set import OrderedSet
from typing import Optional, Union, Literal, Any