From 49df1be708ef131dfbe87bcd911b9a363a46d28d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Aug 2021 00:43:44 +0000 Subject: [PATCH] CompatHelper: add new compat entry for OrdinaryDiffEq at version 5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e8b269b..167af03 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +OrdinaryDiffEq = "5" julia = "1" [extras]