From b9079042755c7ce957277a3a8019e1e9d5669fc4 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 20 Oct 2024 20:52:28 -0400 Subject: [PATCH] Revert "Bayesian inference" --- benchmarks/BayesianInference/Project.toml | 6 +++--- benchmarks/DynamicalODE/Project.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/BayesianInference/Project.toml b/benchmarks/BayesianInference/Project.toml index 7954b0f2c..3de6eca5e 100644 --- a/benchmarks/BayesianInference/Project.toml +++ b/benchmarks/BayesianInference/Project.toml @@ -17,14 +17,14 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] BenchmarkTools = "1.0" DiffEqBayes = "3.0.1" -DiffEqCallbacks = "4.0.0" +DiffEqCallbacks = "2" Distributions = "0.25" DynamicHMC = "3.1" OrdinaryDiffEq = "6" ParameterizedFunctions = "5.3" Plots = "1.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "2.5" SciMLBenchmarks = "0.1" StanSample = "7" StaticArrays = "1" -Turing = "0.34.1" +Turing = "0.28, 0.30" diff --git a/benchmarks/DynamicalODE/Project.toml b/benchmarks/DynamicalODE/Project.toml index a32ee9adc..2003a0847 100644 --- a/benchmarks/DynamicalODE/Project.toml +++ b/benchmarks/DynamicalODE/Project.toml @@ -24,4 +24,4 @@ PyPlot = "2.11.5" SciMLBenchmarks = "0.1.3" StaticArrays = "1.9.7" Statistics = "1.11.1" -TaylorIntegration = "0.16.1" \ No newline at end of file +TaylorIntegration = "0.16.1"