Skip to content

Commit 2fa9258

Browse files
CompatHelper: bump compat for "Turing" to "0.16" for package turing (#258)
This pull request changes the compat entry for the `Turing` package from `0.15` to `0.15, 0.16` for package turing. This keeps the compat entries for earlier versions. 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.
1 parent c14a63e commit 2fa9258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/turing/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
66

77
[compat]
88
DynamicPPL = "0.11"
9-
Turing = "0.15"
9+
Turing = "0.15, 0.16"
1010
julia = "1.3"

0 commit comments

Comments
 (0)