From b67b8854a1cfc509fe97bda1bd51c333e74279ad Mon Sep 17 00:00:00 2001 From: ParamThakkar123 Date: Sat, 19 Oct 2024 20:02:15 +0530 Subject: [PATCH] ParameterEstimation --- benchmarks/ParameterEstimation/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/ParameterEstimation/Project.toml b/benchmarks/ParameterEstimation/Project.toml index 762544189..31b20d0e7 100644 --- a/benchmarks/ParameterEstimation/Project.toml +++ b/benchmarks/ParameterEstimation/Project.toml @@ -21,11 +21,11 @@ DiffEqParamEstim = "2" Distributions = "0.25" ForwardDiff = "0.10" NLopt = "0.6, 1" -Optimization = "3" -OptimizationBBO = "0.1, 0.2" +Optimization = "3, 4.0.3" +OptimizationBBO = "0.1, 0.2, 0.6.3" OptimizationNLopt = "0.1, 0.2" OrdinaryDiffEq = "6" ParameterizedFunctions = "5.3" Plots = "1.4" -RecursiveArrayTools = "2.5" +RecursiveArrayTools = "2.5, 3.27.0" SciMLBenchmarks = "0.1"