From 01376a2e72414bd2a0f72220758016d3107627c0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 00:59:45 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEq to 7 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 583f367bc9..5c37f44cce 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ DataFrames = "1.6" GLM = "1.9" Glob = "1.3" JSON = "1" -OrdinaryDiffEq = "6.49" +OrdinaryDiffEq = "6.49, 7" Plots = "1" Polyester = "0.7" QuadGK = "2"