From fc365c27ca44610106d000c3d6b4253972e5f526 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 May 2025 00:20:33 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLOperators to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d0d91d5ab..9ae3fadf8 100644 --- a/Project.toml +++ b/Project.toml @@ -106,7 +106,7 @@ RecursiveFactorization = "0.2.14" Reexport = "1" SafeTestsets = "0.1" SciMLBase = "2.26.3" -SciMLOperators = "0.3.7" +SciMLOperators = "0.3.7, 0.4" Setfield = "1" SparseArrays = "1.10" Sparspak = "0.3.6"