From fbd9604adc37222f3df57854ed0c42803ba379b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 00:12:50 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.38, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3b0059a..908188ea 100644 --- a/Project.toml +++ b/Project.toml @@ -29,5 +29,5 @@ StatsBase = "0.33 - 0.34" StatsModels = "0.6.28 - 0.7" TableOperations = "1.2" Tables = "1.6" -Turing = "0.20 - 0.37" +Turing = "0.20 - 0.37, 0.38" julia = "1"