Skip to content

Commit 5f18b1a

Browse files
authored
Bump AbstractPPL to 0.9 (#679)
Also bump a few test deps' minimum version to match those in the actual package.
1 parent d3411bc commit 5f18b1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DynamicPPLZygoteRulesExt = ["ZygoteRules"]
4343
[compat]
4444
ADTypes = "1"
4545
AbstractMCMC = "5"
46-
AbstractPPL = "0.8.4"
46+
AbstractPPL = "0.8.4, 0.9"
4747
Accessors = "0.1"
4848
BangBang = "0.4.1"
4949
Bijectors = "0.13.9"

test/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2626
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2727

2828
[compat]
29-
ADTypes = "0.2, 1"
29+
ADTypes = "1"
3030
AbstractMCMC = "5"
31-
AbstractPPL = "0.8.2"
31+
AbstractPPL = "0.8.4, 0.9"
3232
Accessors = "0.1"
33-
Bijectors = "0.13"
33+
Bijectors = "0.13.9"
3434
Compat = "4.3.0"
3535
Distributions = "0.25"
3636
DistributionsAD = "0.6.3"
3737
Documenter = "1"
3838
EnzymeCore = "0.6 - 0.8"
3939
ForwardDiff = "0.10.12"
4040
LogDensityProblems = "2"
41-
LogDensityProblemsAD = "1"
41+
LogDensityProblemsAD = "1.7.0"
4242
MCMCChains = "6.0.4"
43-
MacroTools = "0.5.5"
43+
MacroTools = "0.5.6"
4444
ReverseDiff = "1"
4545
StableRNGs = "1"
4646
Tracker = "0.2.23"

0 commit comments

Comments
 (0)