Skip to content

Commit 476fe38

Browse files
Merge pull request #1096 from ParamThakkar123/BayesianInference
Bayesian inference
2 parents 43bb152 + 570c819 commit 476fe38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

benchmarks/BayesianInference/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
1717
[compat]
1818
BenchmarkTools = "1.0"
1919
DiffEqBayes = "3.0.1"
20-
DiffEqCallbacks = "2"
20+
DiffEqCallbacks = "4.0.0"
2121
Distributions = "0.25"
2222
DynamicHMC = "3.1"
2323
OrdinaryDiffEq = "6"
2424
ParameterizedFunctions = "5.3"
2525
Plots = "1.4"
26-
RecursiveArrayTools = "2.5"
26+
RecursiveArrayTools = "3.27.0"
2727
SciMLBenchmarks = "0.1"
2828
StanSample = "7"
2929
StaticArrays = "1"
30-
Turing = "0.28, 0.30"
30+
Turing = "0.34.1"

benchmarks/DynamicalODE/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ PyPlot = "2.11.5"
2424
SciMLBenchmarks = "0.1.3"
2525
StaticArrays = "1.9.7"
2626
Statistics = "1.11.1"
27-
TaylorIntegration = "0.16.1"
27+
TaylorIntegration = "0.16.1"

0 commit comments

Comments
 (0)