From 8176a1a2b4e5b47a0b68c5ad74a8c5b31ff05e3f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 11 Apr 2025 01:48:26 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolve to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aed34988..ebf0a786 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ LaTeXStrings = "1" LinearAlgebra = "1" Logging = "1" Measures = "0.3" -NonlinearSolve = "=4.5.0" +NonlinearSolve = "=4.5.0, 4" Parameters = "0.12" Pkg = "1" PreallocationTools = "0.4.25"