From 273ea9ff1f9a8314fc37a47ef07c0290a39830eb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Apr 2026 02:42:20 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 3 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 c5a17ef65e..bf56170b9a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -84,7 +84,7 @@ OrdinaryDiffEqVerner = "1" PEtab = "3.5" Plots = "1.40" QuasiMonteCarlo = "0.3" -SciMLBase = "2.46" +SciMLBase = "2.46, 3" SciMLSensitivity = "7.60" SpecialFunctions = "2.4" StaticArrays = "1.9"