From 1a72cf3e621cecaf36f245bf2c77cb88c191c25c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 00:13:10 +0000 Subject: [PATCH] CompatHelper: bump compat for "ArrayInterface" to "3.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 26c51be..560e21a 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] AbstractFFTs = "0.5" -ArrayInterface = "2" +ArrayInterface = "2, 3.1" ChainedFixes = "0.2" EllipsisNotation = "0.4" IntervalSets = "0.4, 0.5"