diff --git a/Project.toml b/Project.toml index 5e8781e..ec04d14 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TensorAlgebra" uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" authors = ["ITensor developers and contributors"] -version = "0.3.5" +version = "0.3.6" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -18,7 +18,7 @@ ArrayLayouts = "1.10.4" BlockArrays = "1.5.0" EllipsisNotation = "1.8.0" LinearAlgebra = "1.10" -MatrixAlgebraKit = "0.1.1" +MatrixAlgebraKit = "0.2" TensorProducts = "0.1.5" TupleTools = "1.6.0" TypeParameterAccessors = "0.2.1, 0.3" diff --git a/test/Project.toml b/test/Project.toml index 265903d..645b4eb 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ Aqua = "0.8.9" BlockArrays = "1.6.1" EllipsisNotation = "1.8.0" LinearAlgebra = "<0.0.1, 1" -MatrixAlgebraKit = "0.1" +MatrixAlgebraKit = "0.2" Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1.0.2"