From e22f0f8a51cfc93dc41d0e438b25e3ef14c95f44 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 01:23:36 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLOperators to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2522f9e17..24c3ccc29 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, 1" Setfield = "1" SparseArrays = "1.10" Sparspak = "0.3.6"