From 169814840ccd6f750ed07d91470ce007001e0033 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 31 Jan 2023 00:12:22 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolve to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cd1e3a8676..46688a18b4 100644 --- a/Project.toml +++ b/Project.toml @@ -68,7 +68,7 @@ LabelledArrays = "1.3" Latexify = "0.11, 0.12, 0.13, 0.14, 0.15" MacroTools = "0.5" NaNMath = "0.3, 1" -NonlinearSolve = "0.3.8" +NonlinearSolve = "0.3.8, 1" RecursiveArrayTools = "2.3" Reexport = "0.2, 1" RuntimeGeneratedFunctions = "0.4.3, 0.5"