From a230a698b84e78753a0fa8d85bf608fb24341fd7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 31 Aug 2024 00:08:45 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing in [weakdeps] to 0.34, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 317a16d2..48f2eace 100644 --- a/Project.toml +++ b/Project.toml @@ -97,7 +97,7 @@ SymPyPythonCall = "0.2, 0.3" Symbolics = "5, 6" Test = "1" ThreadedSparseArrays = "0.2.3, 0.3" -Turing = "0.30, 0.31, 0.32, 0.33" +Turing = "0.30, 0.31, 0.32, 0.33, 0.34" Unicode = "1" Zygote = "0.6" julia = "1.8"