Skip to content

Commit

Permalink
Update compat bounds and support ChainRules 1 (#323)
Browse files Browse the repository at this point in the history
Bundles #320 and #322 and prepares a new release.
  • Loading branch information
devmotion committed Aug 31, 2021
1 parent 7e8e217 commit 265a2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/turing/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
DynamicPPL = "0.15"
Turing = "0.17"
Turing = "0.18"
julia = "1.3"

0 comments on commit 265a2ee

Please sign in to comment.