diff --git a/Project.toml b/Project.toml index 13d23f4..7d8fee8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.22" +version = "0.9.23" authors = ["ITensor developers and contributors"] [workspace] @@ -41,6 +41,6 @@ MapBroadcast = "0.1.5" NamedDimsArrays = "0.13, 0.14, 0.15" Random = "1.10" SparseArrays = "1.10" -TensorAlgebra = "0.6.2, 0.7, 0.8" +TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9" TypeParameterAccessors = "0.4.3" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 6069f83..cfd958c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -38,5 +38,5 @@ SparseArrays = "1.10" SparseArraysBase = "0.9" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.6, 0.7, 0.8" +TensorAlgebra = "0.6, 0.7, 0.8, 0.9" Test = "<0.0.1, 1"