From a8d7ed2a8ebe3b8339f7c6cc43e8f85ed08df50b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Dec 2025 00:38:48 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing in [weakdeps] 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 72065b9..b1f725b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TuringCallbacks" uuid = "ea0860ee-d0ef-45ef-82e6-cc37d6be2f9c" -authors = ["Tor Erlend Fjelde and contributors"] version = "0.4.4" +authors = ["Tor Erlend Fjelde and contributors"] [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -27,7 +27,7 @@ OnlineStats = "1.5" Reexport = "0.2, 1.0" Requires = "1" TensorBoardLogger = "0.1.22" -Turing = "0.39" +Turing = "0.39, 0.42" julia = "1" [extras]