From 265a2ee8785543ce47d7f42a4a714f08f97fc7e3 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 31 Aug 2021 18:21:15 +0000 Subject: [PATCH] Update compat bounds and support ChainRules 1 (#323) Bundles #320 and #322 and prepares a new release. --- Project.toml | 4 ++-- test/turing/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d82a94e7c..489c40e1a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.15.0" +version = "0.15.1" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -18,7 +18,7 @@ AbstractMCMC = "2, 3.0" AbstractPPL = "0.2" BangBang = "0.3" Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9" -ChainRulesCore = "0.9.7, 0.10" +ChainRulesCore = "0.9.7, 0.10, 1" Distributions = "0.23.8, 0.24, 0.25" MacroTools = "0.5.6" ZygoteRules = "0.2" diff --git a/test/turing/Project.toml b/test/turing/Project.toml index 8545f2492..fe186816f 100644 --- a/test/turing/Project.toml +++ b/test/turing/Project.toml @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] DynamicPPL = "0.15" -Turing = "0.17" +Turing = "0.18" julia = "1.3"