From c8fe19f4f8b1cd461729fd4ca087ec065402be5f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 29 Apr 2023 04:25:54 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.25, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 59558d77..a4115409 100644 --- a/Project.toml +++ b/Project.toml @@ -29,5 +29,5 @@ Franklin = "=0.10.51" RData = "1" StatsFuns = "1" StatsPlots = "0.15" -Turing = "0.23" +Turing = "0.25" julia = "1.6"