From 0d6a570626a219fc07a0dd4e12220c2969d30073 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Nov 2024 01:50:19 +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 13cf4d80..f1681b74 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ LinearAlgebra = "1" Mixers = "0.1.2" ModelingToolkit = "9" NNlib = "0.9.13" -NonlinearSolve = "3.13.0" +NonlinearSolve = "3.13.0, 4" Polyester = "0.7.12" PreallocationTools = "0.4.23" PrecompileTools = "1.2.1"