From cf3667f84f426d20c85d1f61c550d31652d01d07 Mon Sep 17 00:00:00 2001 From: ParamThakkar123 Date: Tue, 15 Oct 2024 08:17:44 +0530 Subject: [PATCH] changes --- benchmarks/DynamicalODE/Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/benchmarks/DynamicalODE/Project.toml b/benchmarks/DynamicalODE/Project.toml index 9f60b4f57..f93a61973 100644 --- a/benchmarks/DynamicalODE/Project.toml +++ b/benchmarks/DynamicalODE/Project.toml @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42" [compat] -DiffEqCallbacks = "2.13, 3" +DiffEqCallbacks = "3" DiffEqPhysics = "3.2" Elliptic = "1.0" OrdinaryDiffEq = "6" @@ -23,5 +23,4 @@ Plots = "1.4" PyPlot = "2.9" SciMLBenchmarks = "0.1" StaticArrays = "1.0" -Statistics = "1" -TaylorIntegration = "0.16" \ No newline at end of file +Statistics = "1" \ No newline at end of file