diff --git a/Project.toml b/Project.toml index 8bbe85d..c5b6960 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.10.6" +version = "0.10.7" authors = ["ITensor developers and contributors"] [workspace] @@ -35,5 +35,5 @@ LinearAlgebra = "1.10" MapBroadcast = "0.1.5" Random = "1.10" SparseArrays = "1.10" -TensorAlgebra = "0.15, 0.16" +TensorAlgebra = "0.15, 0.16, 0.17" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index b4169bd..b1efe2b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,5 +34,5 @@ SparseArrays = "1.10" SparseArraysBase = "0.10" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.15, 0.16" +TensorAlgebra = "0.15, 0.16, 0.17" Test = "<0.0.1, 1"