From 0e79cd958c1a2ca17bada59406f6ac978687193a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 26 Apr 2026 00:54:02 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqTsit5 to 2 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f64d58287..d77778ceb 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -38,7 +38,7 @@ OrdinaryDiffEqFIRK = "1.7" OrdinaryDiffEqLowOrderRK = "1.2" OrdinaryDiffEqRosenbrock = "1.4" OrdinaryDiffEqSDIRK = "1.2" -OrdinaryDiffEqTsit5 = "1.1" +OrdinaryDiffEqTsit5 = "1.1, 2" OrdinaryDiffEqVerner = "1.1" Pkg = "1" Plots = "1"