From 70e8eff30299d43804802819817fb5f889f399a2 Mon Sep 17 00:00:00 2001 From: Qingyu Qu <2283984853@qq.com> Date: Wed, 6 Nov 2024 16:18:36 +0800 Subject: [PATCH] test: Make NonlinearSolve use 1.3 Base --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 93643123b..3b0172faa 100644 --- a/Project.toml +++ b/Project.toml @@ -89,7 +89,7 @@ NLSolvers = "0.5" NLsolve = "4.5" NaNMath = "1" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.2" +NonlinearSolveBase = "1.3" NonlinearSolveFirstOrder = "1" NonlinearSolveQuasiNewton = "1" NonlinearSolveSpectralMethods = "1"