From 572d2a6b00a39647489bf282d56a46948b4afa4b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 1 Mar 2022 23:09:07 +0000 Subject: [PATCH] CompatHelper: bump compat for ArrayInterface to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d8903c63..21ab4ed2 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" [compat] Adapt = "3" -ArrayInterface = "2.7, 3.0, 4" +ArrayInterface = "2.7, 3.0, 4, 5" ChainRulesCore = "0.10.7, 1" DocStringExtensions = "0.8" FillArrays = "0.11, 0.12, 0.13"