diff --git a/Project.toml b/Project.toml index 42f0d4c..9ea3e0d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KroneckerArrays" uuid = "05d0b138-81bc-4ff7-84be-08becefb1ccc" authors = ["ITensor developers and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -36,7 +36,7 @@ GPUArraysCore = "0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.10" MatrixAlgebraKit = "0.2, 0.3" -TensorAlgebra = "0.3.10" +TensorAlgebra = "0.3.10, 0.4" TensorProducts = "0.1.7" TypeParameterAccessors = "0.4.2" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 112eb18..2e0f55b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -35,7 +35,7 @@ MatrixAlgebraKit = "0.2, 0.3" SafeTestsets = "0.1" StableRNGs = "1.0" Suppressor = "0.2" -TensorAlgebra = "0.3.10" +TensorAlgebra = "0.3.10, 0.4" TensorProducts = "0.1.7" Test = "1.10" TestExtras = "0.3"