From 3992540911a08e694c8b47a153fecbcac37a8bdf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 Jan 2025 00:24:18 +0000 Subject: [PATCH] CompatHelper: bump compat for SliceSampling to 0.7 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 2f16010..77acd45 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -25,7 +25,7 @@ PDMats = "0.11" Plots = "1" PrettyTables = "2" Random = "1" -SliceSampling = "0.7.1" +SliceSampling = "0.7.1, 0.7" StableRNGs = "1" Statistics = "1" Turing = "0.36"