diff --git a/Project.toml b/Project.toml index a7c2676..ccf6d09 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.4.2" +version = "0.4.3" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -18,7 +18,7 @@ ArrayLayouts = "1.10.4" BlockArrays = "1.7.2" EllipsisNotation = "1.8.0" LinearAlgebra = "1.10" -MatrixAlgebraKit = "0.2, 0.3" +MatrixAlgebraKit = "0.2, 0.3, 0.4" TensorProducts = "0.1.5" TensorOperations = "5" TupleTools = "1.6.0" diff --git a/test/Project.toml b/test/Project.toml index 07bf51e..3db4e31 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ Aqua = "0.8.9" BlockArrays = "1.6.1" EllipsisNotation = "1.8" LinearAlgebra = "<0.0.1, 1" -MatrixAlgebraKit = "0.2, 0.3" +MatrixAlgebraKit = "0.2, 0.3, 0.4" Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1.0.2"