diff --git a/Project.toml b/Project.toml index 2ab2cc3..bc72489 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" authors = ["ITensor developers and contributors"] -version = "0.2.10" +version = "0.2.11" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -35,7 +35,7 @@ LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.7" SparseArraysBase = "0.7" -TensorAlgebra = "0.3" +TensorAlgebra = "0.3, 0.4" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" VectorInterface = "0.5" diff --git a/test/Project.toml b/test/Project.toml index e1aac69..7f3fc70 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,5 +24,5 @@ NamedDimsArrays = "0.7" SafeTestsets = "0.1" SparseArraysBase = "0.7" Suppressor = "0.2" -TensorAlgebra = "0.3" +TensorAlgebra = "0.3, 0.4" Test = "1.10"