From ccd7652d0c78f40538e536efcfa319943082b1e1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Oct 2024 00:24:49 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.35 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 72017c7..390904b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -28,5 +28,5 @@ Random = "1" SliceSampling = "0.6" StableRNGs = "1" Statistics = "1" -Turing = "0.34" +Turing = "0.34, 0.35" julia = "1.10"