From 7a9ef3bf09e0a8437c4421cf0fd194296e49f12b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Mar 2026 00:41:10 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.43 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 904d95d..56767e6 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.42" +Turing = "0.42, 0.43" julia = "1.10"