From b84881bb10a21fa0d1a042ed853027b489573271 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Nov 2025 04:04:49 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing in [weakdeps] to 0.41, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d3c37a8b1..c7cd4536a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MacroModelling" uuid = "687ffad2-3618-405e-ac50-e0f7b9c75e44" -authors = ["Thore Kockerols "] version = "0.1.42" +authors = ["Thore Kockerols "] [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -105,7 +105,7 @@ SymPyPythonCall = "0.2 - 0.5" Symbolics = "5, 6, 7.1" 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"