From ba2bbba125fe426e39395c51634e7e04a51d1769 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Nov 2024 01:19:16 +0000 Subject: [PATCH] CompatHelper: bump compat for VectorInterface to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0cfc5f922..6aca1592b 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ TensorOperations = "5.1" Test = "1" TestExtras = "0.2,0.3" TupleTools = "1.1" -VectorInterface = "0.4" +VectorInterface = "0.4, 0.5" julia = "1.10" [extras]