From d6ed8f789ec35abde47ab7bb5144bfa0b19a7286 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 01:55:14 +0000 Subject: [PATCH] CompatHelper: bump compat for "OrdinaryDiffEq" to "6.13" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aeef0c7..1dfb8c3 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Lazy = "0.14, 0.15" LoopVectorization = "0.8, 0.9, 0.10, 0.11, 0.12" MacroTools = "0.5" Optim = "0.19, 0.20, 0.21, 0.22, 1.0" -OrdinaryDiffEq = "5" +OrdinaryDiffEq = "5, 6.13" PolynomialRoots = "0.2, 1.0" ProgressMeter = "1.3" QuadGK = "2"