From a943b8569d433528ababc4a7c1ac8efee294aa68 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 13 Jan 2026 02:31:26 -0500 Subject: [PATCH] Bump NonlinearSolveBase to v2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 833dda20..bb7e9379 100644 --- a/Project.toml +++ b/Project.toml @@ -43,7 +43,7 @@ MLDataDevices = "1" NLsolve = "4.5.1" NNlib = "0.9.17" NonlinearSolve = "3.10.0, 4" -NonlinearSolveBase = "1.5" +NonlinearSolveBase = "2.5" OrdinaryDiffEq = "6.74.1" Pkg = "1.10" PrecompileTools = "1"