From 9c62735a8701882f7d7ea234377faf4b5602cd80 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 00:22:00 +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 9f34fd610..3607d0262 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, 0.4" +SciMLOperators = "0.3.7, 0.4, 1" Setfield = "1" SparseArrays = "1.10" Sparspak = "0.3.6"