From b9823708143b0e6920ba71ba54532ebddfb426b1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Dec 2024 00:43:15 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorKit to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a54c860..d1cc492 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" Aqua = "0.8.9" LinearAlgebra = "1" SafeTestsets = "0.1" -TensorKit = "0.13.2" +TensorKit = "0.13.2, 0.14" Test = "1" julia = "1.10"