Skip to content

Commit 068e5d3

Browse files
committed
Add compatibility with Bijectors 0.9 (#224)
1 parent f531f12 commit 068e5d3

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.10.10"
3+
version = "0.10.11"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1515
[compat]
1616
AbstractMCMC = "2"
1717
AbstractPPL = "0.1.2"
18-
Bijectors = "0.5.2, 0.6, 0.7, 0.8"
18+
Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
1919
ChainRulesCore = "0.9.7"
2020
Distributions = "0.23.8, 0.24"
2121
MacroTools = "0.5.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2020
[compat]
2121
AbstractMCMC = "2.1"
2222
AbstractPPL = "0.1.2"
23-
Bijectors = "0.8.2"
23+
Bijectors = "0.8.2, 0.9"
2424
Distributions = "0.24"
2525
DistributionsAD = "0.6.3"
2626
Documenter = "0.26.1"

0 commit comments

Comments
 (0)