Skip to content

Commit 265a2ee

Browse files
committed
Update compat bounds and support ChainRules 1 (#323)
Bundles #320 and #322 and prepares a new release.
1 parent 7e8e217 commit 265a2ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.15.0"
3+
version = "0.15.1"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -18,7 +18,7 @@ AbstractMCMC = "2, 3.0"
1818
AbstractPPL = "0.2"
1919
BangBang = "0.3"
2020
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
21-
ChainRulesCore = "0.9.7, 0.10"
21+
ChainRulesCore = "0.9.7, 0.10, 1"
2222
Distributions = "0.23.8, 0.24, 0.25"
2323
MacroTools = "0.5.6"
2424
ZygoteRules = "0.2"

test/turing/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
66

77
[compat]
88
DynamicPPL = "0.15"
9-
Turing = "0.17"
9+
Turing = "0.18"
1010
julia = "1.3"

0 commit comments

Comments
 (0)