From cc323d37bc131a56528656c7b26ed76a5c279bfe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:50:12 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorKit to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4c9ce3791..ee3d1926d 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ Plots = "1.40" Printf = "1" Random = "1" RecipesBase = "1.1" -TensorKit = "0.14" +TensorKit = "0.14, 0.15" TensorKitManifolds = "0.7" TensorOperations = "5" Test = "1"