diff --git a/Project.toml b/Project.toml index ce4f361..21bc2ee 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" authors = ["ITensor developers and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -25,7 +25,7 @@ Graphs = "1.13.1" LinearAlgebra = "1.10" MacroTools = "0.5.16" NamedDimsArrays = "0.7.13" -NamedGraphs = "0.6.9" +NamedGraphs = "0.6.9, 0.7" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 94f32e3..80debae 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ Graphs = "1.13.1" ITensorBase = "0.2.12" ITensorNetworksNext = "0.1.1" NamedDimsArrays = "0.7.14" -NamedGraphs = "0.6.8" +NamedGraphs = "0.6.8, 0.7" SafeTestsets = "0.1" Suppressor = "0.2.8" Test = "1.10"