From 8dc5beccc41990e2039ee6c5789e7a6fce77eb71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 03:01:19 +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 607558519..45f4479d3 100644 --- a/Project.toml +++ b/Project.toml @@ -61,7 +61,7 @@ TensorOperations = "5.1" Test = "1" TestExtras = "0.2,0.3" TupleTools = "1.5" -VectorInterface = "0.4.8, 0.5" +VectorInterface = "0.4.8, 0.5, 0.6" Zygote = "0.7" cuTENSOR = "2" julia = "1.10"