From 3a548521caf0cbb8c3f4d5a6ba5403a494b18ddb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Dec 2025 00:29:51 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.42 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 83fff61..0969cfe 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -28,5 +28,5 @@ Random = "1" SliceSampling = "0.7.1" StableRNGs = "1" Statistics = "1" -Turing = "0.41" +Turing = "0.41, 0.42" julia = "1.10"