From a65065a0a54213da0538443f96f2c9f5ef3caf1d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 01:03:07 +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 b01239d091..de89e99e23 100644 --- a/Project.toml +++ b/Project.toml @@ -96,7 +96,7 @@ Libdl = "1" LinearAlgebra = "1" MLStyle = "0.4.17" NaNMath = "0.3, 1" -NonlinearSolve = "3.14" +NonlinearSolve = "3.14, 4" OrderedCollections = "1" OrdinaryDiffEq = "6.82.0" PrecompileTools = "1"