From 58710a43f7acd425d898cb234aa9ea0dc4a6fac3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 10 May 2025 00:25:54 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.38 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 7886529..aa7800a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,5 +18,5 @@ MCMCTesting = "0.3" Random = "1" StableRNGs = "1" Test = "1" -Turing = "0.37" +Turing = "0.37, 0.38" julia = "1.10"