From 8cac114a8f1b32c0162d91f94fc4144bdecdcad3 Mon Sep 17 00:00:00 2001 From: Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com> Date: Thu, 25 Jun 2020 08:31:12 -0400 Subject: [PATCH] Add ArrayInterface compat entry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 92179ec4..36b1a6ba 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] +ArrayInterface = "2.8.0" Requires = "1.0.1" julia = "1"