Skip to content

Commit 48b819e

Browse files
authored
bump compat entry for ADTypes.jl (#599)
1 parent 31a4fe7 commit 48b819e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DynamicPPLReverseDiffExt = ["ReverseDiff"]
4242
DynamicPPLZygoteRulesExt = ["ZygoteRules"]
4343

4444
[compat]
45-
ADTypes = "0.2"
45+
ADTypes = "0.2, 1"
4646
AbstractMCMC = "5"
4747
AbstractPPL = "0.8.4"
4848
Accessors = "0.1"

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2727

2828
[compat]
2929
Accessors = "0.1"
30-
ADTypes = "0.2"
30+
ADTypes = "0.2, 1"
3131
AbstractMCMC = "5"
3232
AbstractPPL = "0.8.2"
3333
Bijectors = "0.13"

0 commit comments

Comments
 (0)