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