diff --git a/Project.toml b/Project.toml index 736df0c..85efef2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" +version = "0.2.3" authors = ["ITensor developers and contributors"] -version = "0.2.2" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -42,7 +42,7 @@ Graphs = "1.13.1" LinearAlgebra = "1.10" MacroTools = "0.5.16" NamedDimsArrays = "0.8" -NamedGraphs = "0.6.9, 0.7" +NamedGraphs = "0.6.9, 0.7, 0.8" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" TensorOperations = "5.3.1" diff --git a/test/Project.toml b/test/Project.toml index 031574e..cd6028d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,7 +25,7 @@ Graphs = "1.13.1" ITensorBase = "0.3" ITensorNetworksNext = "0.2" NamedDimsArrays = "0.8" -NamedGraphs = "0.6.8, 0.7" +NamedGraphs = "0.6.8, 0.7, 0.8" QuadGK = "2.11.2" SafeTestsets = "0.1" Suppressor = "0.2.8"