From ae748efa64b8f95856596786862e0c542d720c46 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 25 Oct 2024 00:11:31 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.35, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4e7a847..93ef62b 100644 --- a/Project.toml +++ b/Project.toml @@ -29,5 +29,5 @@ StatsBase = "0.33 - 34" StatsModels = "0.6.28 - 0.7" TableOperations = "1.2" Tables = "1.6" -Turing = "0.20 - 0.34" +Turing = "0.20 - 0.34, 0.35" julia = "1"