From d740035762963bf5d5f9b21f389ae6225f6d33e7 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:39:51 +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 70691af..22e6d9b 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] AbstractMCMC = "2" -ArrayInterface = "2" +ArrayInterface = "2, 3.0" Distributions = "0.22, 0.23, 0.24" julia = "1"