From 018ded0697502535ce8d4a61c072481db4a12bf0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Jul 2026 00:27:14 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Turing in [weakdeps] to 0.46, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 52583e4ac..f839cb349 100644 --- a/Project.toml +++ b/Project.toml @@ -110,7 +110,7 @@ SymPyPythonCall = "0.2 - 0.5" Symbolics = "5 - 7" Test = "1" ThreadedSparseArrays = "0.2.3" -Turing = "0.30 - 0.45" +Turing = "0.30 - 0.45, 0.46" Unicode = "1" Zygote = "0.6, 0.7" julia = "1.10" From 88f48aee611e79b355b22fa6c6ecfae3392c71a0 Mon Sep 17 00:00:00 2001 From: Thore Kockerols Date: Sun, 26 Jul 2026 20:17:05 +0200 Subject: [PATCH 2/2] Update Turing version range in Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f839cb349..96c233a1a 100644 --- a/Project.toml +++ b/Project.toml @@ -110,7 +110,7 @@ SymPyPythonCall = "0.2 - 0.5" Symbolics = "5 - 7" Test = "1" ThreadedSparseArrays = "0.2.3" -Turing = "0.30 - 0.45, 0.46" +Turing = "0.30 - 0.46" Unicode = "1" Zygote = "0.6, 0.7" julia = "1.10"