From 06505743ca9d6ca87c39da58439578a7bbe9bb76 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 02:33:05 +0000 Subject: [PATCH] CompatHelper: bump compat for VectorInterface to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 51e51efdf..391ba8323 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ TensorKitTensors = "0.2" TensorOperations = "5.5.1" Test = "1" TestExtras = "0.3" -VectorInterface = "0.2, 0.3, 0.4, 0.5" +VectorInterface = "0.2, 0.3, 0.4, 0.5, 0.6" cuTENSOR = "2.3" julia = "1.10"