From 7d9f1061d03af669985e835e26c3804afd6801b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:43:34 +0100 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.29 for package ppl, (keep existing compat) (#374) * CompatHelper: bump compat for Turing to 0.29 for package ppl, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --- test/ppl/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ppl/Project.toml b/test/ppl/Project.toml index b798dc56..505b6e72 100644 --- a/test/ppl/Project.toml +++ b/test/ppl/Project.toml @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] AbstractGPs = "0.5" Distributions = "0.25" -Turing = "0.24, 0.25" +Turing = "0.24, 0.25 - 0.29" julia = "1.6"