From a2f6c9c1c883a332456f973fa0e24043e93700e2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 Jan 2024 00:30:12 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7d46db9..349e385 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ LabelledArrays = "1.6.1" NLopt = "0.6" NaNMath = "1" NodeJS = "2" -OrdinaryDiffEq = "6.0 - 6.55" +OrdinaryDiffEq = "6.0 - 6.55, 6" ProgressMeter = "1" RecipesBase = "1" RecursiveArrayTools = "2"