From 3122b8e4e616777ed98ae2da2d54d965f2363d1c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Feb 2023 00:52:39 +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 9b530e50..0c530b15 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] -ArrayInterface = "6" +ArrayInterface = "6, 7" ChainRulesCore = "0.8, 0.9, 0.10, 1" Requires = "1" julia = "1.6"