From ca39ed37aca61892a7a954a0f58ff795985bf50d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 01:35:30 +0100 Subject: [PATCH] CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) (#25) * CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) * Update Project.toml Co-authored-by: CompatHelper Julia Co-authored-by: David Widmann --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 31668b4..0f27bf0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "EllipticalSliceSampling" uuid = "cad2338a-1db2-11e9-3401-43bc07c9ede2" authors = ["David Widmann "] -version = "0.4.4" +version = "0.4.5" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] AbstractMCMC = "3.2" -ArrayInterface = "2, 3" +ArrayInterface = "2, 3, 4" Distributions = "0.22, 0.23, 0.24, 0.25" julia = "1"