From 22cf31cabc2e757ff16ef61d447d525764af33a3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Apr 2026 16:31:46 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 39239888e..35b7ea44d 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ PDEBase = "0.1.20" PrecompileTools = "1" RuntimeGeneratedFunctions = "0.5.12" SafeTestsets = "0.0.1, 0.1" -SciMLBase = "2" +SciMLBase = "2, 3" StaticArrays = "1" SymbolicIndexingInterface = "0.3.40" SymbolicUtils = "4"