From e7ee39faeda0d71958b27a3632d816b4fa9fd163 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Tue, 26 Aug 2025 14:43:27 +0200 Subject: [PATCH] Bump VectorInterface compat to 0.4.8,0.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9bf80721c..20be8e7eb 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ TensorOperations = "5.1" Test = "1" TestExtras = "0.2,0.3" TupleTools = "1.1" -VectorInterface = "0.4, 0.5" +VectorInterface = "0.4.8, 0.5" Zygote = "0.7" julia = "1.10"