Skip to content

Commit 1b49515

Browse files
committed
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
1 parent dabb85c commit 1b49515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ifcdiff/ifcdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import ifcopenshell.util.classification
3535
import ifcopenshell.util.representation
3636
from deepdiff import DeepDiff
37-
from ordered_set import OrderedSet
37+
from orderly_set import OrderedSet
3838
from typing import Optional, Union, Literal, Any
3939

4040

0 commit comments

Comments
 (0)