From d81b1b32b09407c36cc06b851cefe5bb2cd3baf5 Mon Sep 17 00:00:00 2001 From: Kyurae Kim Date: Fri, 29 Nov 2024 14:08:20 -0800 Subject: [PATCH] bump bijectors --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dfe37ae8c..0a70ad72b 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ AdvancedVIZygoteExt = ["Zygote"] [compat] ADTypes = "0.2, 1" -Bijectors = "0.11, 0.12, 0.13, 0.14" +Bijectors = "0.11, 0.12, 0.13, 0.14, 0.15" DiffResults = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6"