From b2eb8c6a9932fbe52cfda1f4d9119670928ab77f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 19 Nov 2025 00:25:52 +0000 Subject: [PATCH] CompatHelper: bump compat for AdvancedVI to 0.5 for package bench, (keep existing compat) --- bench/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Project.toml b/bench/Project.toml index 0ca4fc686..d22521a79 100644 --- a/bench/Project.toml +++ b/bench/Project.toml @@ -20,7 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ADTypes = "1" -AdvancedVI = "0.6" +AdvancedVI = "0.6, 0.5" BenchmarkTools = "1" Bijectors = "0.13, 0.14, 0.15" Distributions = "0.25.111"