From 0b79da28f9afea6a8fd862fdf5146ee7c98cb648 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 May 2024 01:02:47 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.32 for package BayesianNN, (keep existing compat) --- examples/BayesianNN/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BayesianNN/Project.toml b/examples/BayesianNN/Project.toml index 8e6c797cf..f36644c25 100644 --- a/examples/BayesianNN/Project.toml +++ b/examples/BayesianNN/Project.toml @@ -18,5 +18,5 @@ Literate = "2" Lux = "0.5" Random = "1" Tracker = "0.2" -Turing = "0.30, 0.31" +Turing = "0.30, 0.31, 0.32" Zygote = "0.6.69"