diff --git a/Project.toml b/Project.toml index a4a85d5..ba52ac3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.8.4" +version = "0.8.5" authors = ["ITensor developers and contributors"] [workspace] @@ -52,7 +52,7 @@ Mooncake = "0.4.202, 0.5" OrderedCollections = "1.6" Random = "1.10" SimpleTraits = "0.9.4" -TensorAlgebra = "0.11" +TensorAlgebra = "0.11, 0.12" TensorOperations = "5.3.1" TermInterface = "2" TupleTools = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 1267e43..e01ec37 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,5 +16,5 @@ ITensorBase = "0.8" ITensorFormatter = "0.2.27" Literate = "2" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -TensorAlgebra = "0.11" +TensorAlgebra = "0.11, 0.12" Test = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 93619d7..d594f7b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -41,7 +41,7 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.11" +TensorAlgebra = "0.11, 0.12" TensorOperations = "5.3.1" TermInterface = "2" Test = "1.10"