From d4acb52ace44093189374f3bf674daa056b03bad Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 15 Nov 2022 00:17:27 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.22 for package 00-introduction, (keep existing compat) --- tutorials/00-introduction/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/00-introduction/Project.toml b/tutorials/00-introduction/Project.toml index beb130109..8eae4b1e5 100644 --- a/tutorials/00-introduction/Project.toml +++ b/tutorials/00-introduction/Project.toml @@ -9,4 +9,4 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" Distributions = "0.25" MCMCChains = "5" StatsPlots = "0.14, 0.15" -Turing = "0.21" +Turing = "0.21, 0.22"