File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ DataGraphs = "0.1.7"
37
37
DataStructures = " 0.18"
38
38
Dictionaries = " 0.3.15"
39
39
DocStringExtensions = " 0.8, 0.9"
40
- Graphs = " 1.6 "
40
+ Graphs = " 1.8 "
41
41
GraphsFlows = " 0.1.1"
42
42
ITensors = " 0.3.23"
43
43
IsApprox = " 0.1.7"
44
44
IterTools = " 1.4.0"
45
45
KrylovKit = " 0.6.0"
46
- NamedGraphs = " 0.1.8 "
46
+ NamedGraphs = " 0.1.11 "
47
47
Observers = " 0.0.8"
48
48
Requires = " 1.3"
49
49
SimpleTraits = " 0.9"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export grid,
16
16
dfs_tree,
17
17
edgetype,
18
18
is_directed,
19
+ is_tree,
19
20
rem_vertex!,
20
21
vertices,
21
22
post_order_dfs_vertices,
@@ -26,7 +27,6 @@ export grid,
26
27
export Key,
27
28
named_binary_tree,
28
29
named_grid,
29
- is_tree,
30
30
parent_vertex,
31
31
child_vertices,
32
32
post_order_dfs_edges,
You can’t perform that action at this time.
0 commit comments