From 2beef488c9463df71a9eb7fef25cbbc53c9a4a26 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 Dec 2022 01:23:40 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.23 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 b6421646..f774f01b 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.24, 0.25" -Turing = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22" +Turing = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" julia = "1.5"