From d6608c7736ffd9c84a4921da378c510e3bb29c05 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Dec 2025 02:07:02 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.42, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 847fc84..8e83178 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ActionModels" uuid = "320cf53b-cc3b-4b34-9a10-0ecb113566a3" -authors = ["Peter Thestrup Waade ptw@cas.au.dk", "Luke Ring luke@cas.au.dk", "Malte Lau Møller", "Christoph Mathys chmathys@cas.au.dk"] version = "0.7.3" +authors = ["Peter Thestrup Waade ptw@cas.au.dk", "Luke Ring luke@cas.au.dk", "Malte Lau Møller", "Christoph Mathys chmathys@cas.au.dk"] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -35,5 +35,5 @@ RecipesBase = "1.3" Reexport = "1" StatsModels = "0.7" Suppressor = "0.2.8" -Turing = "0.37" +Turing = "0.37, 0.42" julia = "1.11"