diff --git a/Project.toml b/Project.toml index ed57ad6..242155e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.34" +version = "0.10.35" authors = ["ITensor developers and contributors"] [workspace] @@ -44,6 +44,6 @@ MapBroadcast = "0.1.5" MatrixAlgebraKit = "0.6" SparseArraysBase = "0.9" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.6.2, 0.7" +TensorAlgebra = "0.6.2, 0.7, 0.8" TypeParameterAccessors = "0.4.1" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 3ecd5e4..68c1907 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,13 +36,13 @@ GPUArraysCore = "0.2" ITensorPkgSkeleton = "0.3.42" JLArrays = "0.2, 0.3" LinearAlgebra = "1" -MatrixAlgebraKit = "0.6" +MatrixAlgebraKit = "0.6.0 - 0.6.4" Random = "1" SafeTestsets = "0.1" SparseArraysBase = "0.9" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.6, 0.7" +TensorAlgebra = "0.6, 0.7, 0.8" Test = "1.10" TestExtras = "0.3" TypeParameterAccessors = "0.4"