From e86d58b7647bdbc07adaab79b38aed23ce9f20e3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Jan 2022 03:20:40 +0000 Subject: [PATCH] CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23eccbc3f..b896cb3f9 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] -ArrayInterface = "2, 3" +ArrayInterface = "2, 3, 4" FiniteDiff = "2" ForwardDiff = "0.10.3" IterativeSolvers = "0.9"