From 8ef0604f31e4b627af93aa9677f4afaf2b3cb469 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 May 2025 01:17:27 +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 2522f9e17..68af60ee6 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"