Skip to content

Commit 40076c6

Browse files
committed
fix tighten compat for Turing
`Turing.DynamicPPL.evaluate_and_sample!!` is only available on DynamicPPL v0.37, which is re-exported only on Turing v0.40.
1 parent 837137c commit 40076c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Distributions = "0.25"
2121
LinearAlgebra = "1"
2222
LogDensityProblems = "2"
2323
Random = "1"
24-
Turing = "0.39.5, 0.40"
24+
Turing = "0.40"
2525
julia = "1.10"
2626

2727
[extras]

0 commit comments

Comments
 (0)