From 65e22a70b34e20e6d90c33bfda310ddb36bc5fa3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Oct 2023 01:06:13 +0000 Subject: [PATCH] CompatHelper: bump compat for EllipticalSliceSampling to 2 for package 0-intro-1d, (keep existing compat) --- examples/0-intro-1d/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/0-intro-1d/Project.toml b/examples/0-intro-1d/Project.toml index a5a9bc31..e4ebe26f 100644 --- a/examples/0-intro-1d/Project.toml +++ b/examples/0-intro-1d/Project.toml @@ -19,7 +19,7 @@ AbstractGPs = "0.5" AdvancedHMC = "0.4, 0.5" Distributions = "0.25" DynamicHMC = "3.3" -EllipticalSliceSampling = "1" +EllipticalSliceSampling = "1, 2" FillArrays = "0.13, 1" ForwardDiff = "0.10" Literate = "2.5"