From 4a2f83eb4e1a865e35f78146785d045c60408105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 00:17:57 +0000 Subject: [PATCH] CompatHelper: bump compat for "ArrayInterface" to "3.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 26c51be..509be99 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.0" ChainedFixes = "0.2" EllipsisNotation = "0.4" IntervalSets = "0.4, 0.5"