From db2be6085ea1a4cbe69fbfc339eb41ecaa4015bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 09:09:42 -0400 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.35 for package turing, (drop existing compat) (#127) Co-authored-by: CompatHelper Julia --- turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turing/Project.toml b/turing/Project.toml index ea8f24f..0b1321b 100644 --- a/turing/Project.toml +++ b/turing/Project.toml @@ -22,5 +22,5 @@ ParetoSmooth = "0.7" StatsBase = "0.34" StatsFuns = "1" TransformVariables = "0.8" -Turing = "0.34" +Turing = "0.35" julia = "1"