From c6e3b6b75df855c68326ae55e1ae3a21c177cbbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:36:19 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.30 for package turing, (keep existing compat) (#567) * CompatHelper: bump compat for Turing to 0.30 for package turing, (keep existing compat) * Update test/turing/Project.toml --------- Co-authored-by: CompatHelper Julia Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --- test/turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/turing/Project.toml b/test/turing/Project.toml index e20e90041..03c3a2121 100644 --- a/test/turing/Project.toml +++ b/test/turing/Project.toml @@ -7,5 +7,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] DynamicPPL = "0.20, 0.21, 0.22, 0.23, 0.24" -Turing = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29" +Turing = "0.21 - 0.30" julia = "1.6"