From de7fc6b4a4d8cbc5c735e0c82d7ced28e208f04e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 Apr 2026 02:08:39 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorKitManifolds to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 51e51efdf..9694650f9 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Printf = "1" Random = "1" RecipesBase = "1.1" TensorKit = "0.16.3" -TensorKitManifolds = "0.7" +TensorKitManifolds = "0.7, 0.8" TensorKitTensors = "0.2" TensorOperations = "5.5.1" Test = "1"