From 4731ed5c7e4e49d92ce5964a09b001ea5943deb1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 20 Dec 2024 01:42:45 +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 a40ad6e..33776a3 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec" [compat] -TensorKit = "0.13" +TensorKit = "0.13, 0.14" julia = "1.10" [extras]