From abb2ed4dea89e7017155265283595fc377cda003 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Wed, 6 Nov 2024 14:03:49 +0000 Subject: [PATCH] Bump Bijectors version (#701) Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 32951e5cb..feb14cc14 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ AbstractMCMC = "5" AbstractPPL = "0.8.4, 0.9" Accessors = "0.1" BangBang = "0.4.1" -Bijectors = "0.13.18" +Bijectors = "0.13.18, 0.14" ChainRulesCore = "1" Compat = "4" ConstructionBase = "1.5.4" diff --git a/test/Project.toml b/test/Project.toml index 36ee4baa8..36fcd1b69 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -31,7 +31,7 @@ ADTypes = "1" AbstractMCMC = "5" AbstractPPL = "0.8.4, 0.9" Accessors = "0.1" -Bijectors = "0.13.9" +Bijectors = "0.13.9, 0.14" Combinatorics = "1" Compat = "4.3.0" Distributions = "0.25"