Skip to content

Commit

Permalink
Bump Turing lower bounds
Browse files Browse the repository at this point in the history
Ensures `getparams` uses the changes introduced in TuringLang/Turing.jl#2202
  • Loading branch information
sethaxen committed Jul 4, 2024
1 parent 82be18c commit 6df887c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SciMLBase = "1.95.0, 2"
Statistics = "1.6"
StatsBase = "0.33.7, 0.34"
Transducers = "0.4.81"
Turing = "0.31, 0.32, 0.33"
Turing = "0.31.4, 0.32, 0.33"
UnPack = "1"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ StatsFuns = "1"
StatsPlots = "0.14.21, 0.15"
TransformVariables = "0.6.2, 0.7, 0.8"
TransformedLogDensities = "1.0.2"
Turing = "0.31, 0.32, 0.33"
Turing = "0.31.4, 0.32, 0.33"
2 changes: 1 addition & 1 deletion test/integration/Turing/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[compat]
LogDensityProblems = "2.1.0"
Pathfinder = "0.9"
Turing = "0.31, 0.32, 0.33"
Turing = "0.31.4, 0.32, 0.33"
julia = "1.6"

0 comments on commit 6df887c

Please sign in to comment.