mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user