From 75be6651cfd51301a07825ee8fa3ea0551a22277 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 May 2025 00:16:08 +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 2a7f9f03a..40e7a53ca 100644 --- a/Project.toml +++ b/Project.toml @@ -107,7 +107,7 @@ RecursiveFactorization = "0.2.14" Reexport = "1" SafeTestsets = "0.1" SciMLBase = "2.70" -SciMLOperators = "0.3.7" +SciMLOperators = "0.3.7, 0.4" Setfield = "1" SparseArrays = "1.10" Sparspak = "0.3.6"