From a5a4d190310d43336ee491d627b6a490b3826006 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Aug 2025 01:51:03 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Turing to 0.40 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 8fcd513c..525131ea 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, 0.38" +Turing = "0.24, 0.25 - 0.29, 0.30, 0.38, 0.40" julia = "1.6" From 84788465ccc9c98334260c5ae1503cfae929506f Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:04:18 +0100 Subject: [PATCH 2/2] Update test/ppl/Project.toml --- 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 525131ea..7460cbed 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, 0.38, 0.40" +Turing = "0.24 - 0.40" julia = "1.6"