From 3baba42f63ebd51a3b3ce5326d90259bde725a2e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Oct 2025 00:37:29 +0000 Subject: [PATCH] CompatHelper: bump compat for AdvancedVI to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a2e5f206f..92c208b48 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.40.5" +version = "0.40.6" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -55,7 +55,7 @@ Accessors = "0.1" AdvancedHMC = "0.3.0, 0.4.0, 0.5.2, 0.6, 0.7, 0.8" AdvancedMH = "0.8" AdvancedPS = "0.7" -AdvancedVI = "0.4" +AdvancedVI = "0.4, 0.5" BangBang = "0.4.2" Bijectors = "0.14, 0.15" Compat = "4.15.0"