From f41fb81bfcf664452baaab1309fabe7b5c583877 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Feb 2023 00:09:33 +0000 Subject: [PATCH] CompatHelper: bump compat for ArrayInterface to 7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 72f1163..1e880b9 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff" TupleVectors = "615932cf-77b6-4358-adcd-5b7eba981d7e" [compat] -ArrayInterface = "5,6" +ArrayInterface = "5,6, 7" DataStructures = "0.18" DensityInterface = "0.4" DiffResults = "1"