From 950b2c95c2c0d5bfa5eefaacf46a62e9c8cb7b21 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Jun 2025 00:27:34 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.39 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 aa7800a..cadc38f 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, 0.38" +Turing = "0.37, 0.38, 0.39" julia = "1.10"