From a8ebc9749c4651af3cf4e106a629bd5abcb0b0fb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Oct 2024 01:25:10 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.35 for package ppl, (keep existing compat) --- 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 8478ef38..296b4798 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 - 0.29, 0.30" +Turing = "0.24, 0.25 - 0.29, 0.30, 0.35" julia = "1.6"