From eeaded8cd9ee7dfbfd3f0087aa68d070f1be9620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 00:58:28 +0000 Subject: [PATCH] CompatHelper: bump compat for "OrdinaryDiffEq" to "6.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 057da5b..071fd97 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ ForwardDiff = "0.10" Interpolations = "0.13" LoopVectorization = "0.12" NumericalIntegration = "0.3.2" -OrdinaryDiffEq = "5" +OrdinaryDiffEq = "5, 6.0" Roots = "1" Setfield = "0.5, 0.6, 0.7, 0.8" SparseDiffTools = "1"