From a2c76f1c015be7f167711b6e42367efa6d72848c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Oct 2024 00:09:52 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing in [weakdeps] to 0.35, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 317a16d2..d5254330 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.35" Unicode = "1" Zygote = "0.6" julia = "1.8"