From 0c5941d80e7266cf902817c2e326224442bf1f28 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Apr 2026 00:44:24 +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 459f984..f3cef35 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ MLStyle = "0.4.17" MacroTools = "0.5.16" MetaGraphsNext = "0.7, 0.8" Random = "1.10" -SciMLBase = "2.74.1" +SciMLBase = "2.74.1, 3" StaticArrays = "1.9.12" TermInterface = "2.0.0" julia = "1.10"