Skip to content

Commit 36b2c74

Browse files
committed
Bump dep compat
1 parent 7da92b6 commit 36b2c74

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Adapt = "4"
5656
Combinatorics = "1"
5757
Compat = "3, 4"
5858
ConstructionBase = "1.6.0"
59-
DataGraphs = "0.2.3"
59+
DataGraphs = "0.2.13"
6060
DataStructures = "0.18, 0.19"
6161
Dictionaries = "0.4"
6262
Distributions = "0.25.86"
@@ -70,7 +70,7 @@ IterTools = "1.4.0"
7070
KrylovKit = "0.6, 0.7, 0.8, 0.9, 0.10"
7171
MacroTools = "0.5"
7272
NDTensors = "0.3, 0.4"
73-
NamedGraphs = "0.8"
73+
NamedGraphs = "0.8.2"
7474
OMEinsumContractionOrders = "0.8.3, 0.9, 1"
7575
Observers = "0.2.4"
7676
SerializedElementArrays = "0.1"

src/partitioneditensornetwork.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ using ITensors: commoninds
33
using NamedGraphs.GraphsExtensions: subgraph
44
using NamedGraphs.PartitionedGraphs: PartitionedGraph, QuotientEdge
55

6-
# TODO: Delete this once it is fixed in NamedGraphs.jl.
7-
using Graphs: induced_subgraph
8-
using NamedGraphs.GraphsExtensions: GraphsExtensions
9-
using NamedGraphs.PartitionedGraphs: PartitionedGraph, QuotientVertex
10-
function GraphsExtensions.subgraph(g::PartitionedGraph, v::QuotientVertex)
11-
return induced_subgraph(g, v)[1].graph
12-
end
13-
146
function linkinds(pitn::PartitionedGraph, edge::QuotientEdge)
157
src_e_itn = subgraph(pitn, src(edge))
168
dst_e_itn = subgraph(pitn, dst(edge))

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AbstractTrees = "0.4.5"
3636
Adapt = "4.3"
3737
Aqua = "0.8.11"
3838
Compat = "4.16"
39-
DataGraphs = "0.2.6"
39+
DataGraphs = "0.2.13"
4040
Dictionaries = "0.4.4"
4141
Distributions = "0.25.118"
4242
EinExprs = "0.6.8, 0.7"
@@ -50,7 +50,7 @@ KrylovKit = "0.8, 0.9, 0.10"
5050
LinearAlgebra = "1.10"
5151
Metis = "1.5"
5252
NDTensors = "0.3, 0.4"
53-
NamedGraphs = "0.8"
53+
NamedGraphs = "0.8.2"
5454
OMEinsumContractionOrders = "0.9.5, 1"
5555
Observers = "0.2.5"
5656
OrdinaryDiffEqTsit5 = "1.1"

0 commit comments

Comments
 (0)