From e44bb7101cbaf807c7d361d0935a9984fddf964e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Apr 2026 16:32:29 +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 f9254a302..5f43b9981 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -39,7 +39,7 @@ Plots = "1" PrecompileTools = "1" RuntimeGeneratedFunctions = "0.5.12" SafeTestsets = "0.0.1, 0.1" -SciMLBase = "2" +SciMLBase = "2, 3" SciMLStructures = "1.5" StaticArrays = "1" SymbolicIndexingInterface = "0.3.0"