From e0b9ecdd9e375e11a074e5d7dfadcfb5a6ba985b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 17 May 2025 05:10:27 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLOperators to 1 for package NonlinearSolveQuasiNewton, (keep existing compat) --- lib/NonlinearSolveQuasiNewton/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NonlinearSolveQuasiNewton/Project.toml b/lib/NonlinearSolveQuasiNewton/Project.toml index f3ff23c39..1710e19b4 100644 --- a/lib/NonlinearSolveQuasiNewton/Project.toml +++ b/lib/NonlinearSolveQuasiNewton/Project.toml @@ -53,7 +53,7 @@ PrecompileTools = "1.2" ReTestItems = "1.24" Reexport = "1" SciMLBase = "2.69" -SciMLOperators = "0.3.13, 0.4" +SciMLOperators = "0.3.13, 0.4, 1" StableRNGs = "1" StaticArrays = "1.9.8" StaticArraysCore = "1.4.3"