From 1034979ea35d1a4d3d0d36b77aa46d7c08214d6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 02:04:04 +0000 Subject: [PATCH] CompatHelper: bump compat for "OrdinaryDiffEq" to "6.20" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aeef0c7..b76a8e9 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.20" PolynomialRoots = "0.2, 1.0" ProgressMeter = "1.3" QuadGK = "2"