From 359dff35398d8862d46faf7adcf920f02c847e42 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 00:42:10 +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 9f1e55739e..8ef0984458 100644 --- a/Project.toml +++ b/Project.toml @@ -102,7 +102,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"