From 546bb224d30469af4b3edbe8a8e95abdded9b855 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Feb 2023 00:08:18 +0000 Subject: [PATCH] CompatHelper: bump compat for Bijectors to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 562180c08..ded4f9897 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" AbstractMCMC = "2, 3.0, 4" AbstractPPL = "0.5.3" BangBang = "0.3" -Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10" +Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11" ChainRulesCore = "0.9.7, 0.10, 1" ConstructionBase = "1" Distributions = "0.23.8, 0.24, 0.25"