From 472e3e75505d2db4d6e15bf2f46edeea2feb1c8d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 1 Dec 2024 00:31:02 +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 390904b..e22c2f9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -25,7 +25,7 @@ PDMats = "0.11" Plots = "1" PrettyTables = "2" Random = "1" -SliceSampling = "0.6" +SliceSampling = "0.6, 0.7" StableRNGs = "1" Statistics = "1" Turing = "0.34, 0.35"