From 941c747c554b046429b7e07ed609df73f80cc4a0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 Oct 2025 00:11:15 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing in [weakdeps] to 0.41, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 30503ac2e..70d693cd3 100644 --- a/Project.toml +++ b/Project.toml @@ -103,7 +103,7 @@ SymPyPythonCall = "0.2 - 0.5" Symbolics = "5, 6" Test = "1" ThreadedSparseArrays = "0.2.3" -Turing = "0.30 - 0.40" +Turing = "0.30 - 0.40, 0.41" Unicode = "1" Zygote = "0.6, 0.7" julia = "1.10"