From 26997ba661fa487d7ee8c2146ef4212e7daf3698 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 01:54:15 +0000 Subject: [PATCH] CompatHelper: bump compat for "OrdinaryDiffEq" to "6.17" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aeef0c7..3451b81 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.17" PolynomialRoots = "0.2, 1.0" ProgressMeter = "1.3" QuadGK = "2"