Skip to content

Commit 873d5e9

Browse files
CompatHelper: add new compat entry for "DynamicPPL" at version "0.10" for package turing (#211)
This pull request sets the compat entry for the `DynamicPPL` package to `0.10` for package turing. This is a brand new compat entry. Previously, you did not have a compat entry for the `DynamicPPL` package. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider tagging a patch release immediately after merging this PR, as downstream packages may depend on this for tests to pass.
1 parent 821445b commit 873d5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/turing/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
55
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
66

77
[compat]
8+
DynamicPPL = "0.10"
89
Turing = "0.15"
910
julia = "1.3"

0 commit comments

Comments
 (0)