diff --git a/Project.toml b/Project.toml index 9696b4ed..d47ae5b3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.21.3" +version = "0.21.4" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace] @@ -66,7 +66,7 @@ IterTools = "1.4" KrylovKit = "0.6, 0.7, 0.8, 0.9, 0.10" MacroTools = "0.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.11.1" +NamedGraphs = "0.11.1, 0.12" OMEinsumContractionOrders = "0.8.3, 0.9, 1" SerializedElementArrays = "0.1" SimpleTraits = "0.9" diff --git a/docs/Project.toml b/docs/Project.toml index 35064770..cffaa638 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,6 +19,6 @@ ITensorFormatter = "0.2.27" ITensorNetworks = "0.21" ITensors = "0.9" Literate = "2.20.1" -NamedGraphs = "0.11" +NamedGraphs = "0.11, 0.12" OMEinsumContractionOrders = "1.2.2" TensorOperations = "5.5" diff --git a/test/Project.toml b/test/Project.toml index c7a3cd6f..4ab3eea9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -54,7 +54,7 @@ KrylovKit = "0.8, 0.9, 0.10" LinearAlgebra = "1.10" Metis = "1.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.11.1" +NamedGraphs = "0.11.1, 0.12" OMEinsumContractionOrders = "0.9.5, 1" Pkg = "1.10" Random = "1.10"