From 98c69c28092341e001ed0d159e2a145ad424455d Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 5 Apr 2021 21:28:46 +0200 Subject: [PATCH] Add compatibility with Bijectors 0.9 --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 597246535..4b5926753 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.10.10" +version = "0.10.11" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] AbstractMCMC = "2" AbstractPPL = "0.1.2" -Bijectors = "0.5.2, 0.6, 0.7, 0.8" +Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9" ChainRulesCore = "0.9.7" Distributions = "0.23.8, 0.24" MacroTools = "0.5.6" diff --git a/test/Project.toml b/test/Project.toml index a5276eec5..f54689403 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,7 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractMCMC = "2.1" AbstractPPL = "0.1.2" -Bijectors = "0.8.2" +Bijectors = "0.8.2, 0.9" Distributions = "0.24" DistributionsAD = "0.6.3" Documenter = "0.26.1"