From cdf9fcb0d8c74b24b9e846ca89af37c5ef77b811 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:28:23 -0300 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.31, (keep existing compat) (#134) Co-authored-by: CompatHelper Julia --- Project.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index a7b88b1..4d91a46 100644 --- a/Project.toml +++ b/Project.toml @@ -1,10 +1,6 @@ name = "TuringGLM" uuid = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74" -authors = [ - "Jose Storopoli ", - "Rik Huijzer ", - "contributors", -] +authors = ["Jose Storopoli ", "Rik Huijzer ", "contributors"] version = "2.9.0" [deps] @@ -33,5 +29,5 @@ StatsBase = "0.33, 0.34" StatsModels = "0.6.28, 0.7" TableOperations = "1.2" Tables = "1.6" -Turing = "0.20 - 0.27, 0.28, 0.29, 0.30" +Turing = "0.20 - 0.27, 0.28, 0.29, 0.30, 0.31" julia = "1"