From bd350ffb9996c4fe4c674b32046b4fa2ab182810 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Oct 2025 02:59:47 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolveBase to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index befa0a81d..5285982ac 100644 --- a/Project.toml +++ b/Project.toml @@ -102,7 +102,7 @@ NLSolvers = "0.5" NLsolve = "4.5" NaNMath = "1" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.15" +NonlinearSolveBase = "1.15, 2" NonlinearSolveFirstOrder = "1.2" NonlinearSolveQuasiNewton = "1.8" NonlinearSolveSpectralMethods = "1.1"