From 81e94958e145177122dd0d86dc94576ff0a87417 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Oct 2024 00:24:17 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.35 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 78d6edb..490048e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,5 +18,5 @@ MCMCTesting = "0.3" Random = "1" StableRNGs = "1" Test = "1" -Turing = "0.33, 0.34" +Turing = "0.33, 0.34, 0.35" julia = "1.6"