From f598d837fb05a6155257e7b1b6abd2208b18e3fe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Nov 2023 01:06:31 +0000 Subject: [PATCH] CompatHelper: add new compat entry for NonlinearSolve at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 36d18e2..17e54b7 100644 --- a/Project.toml +++ b/Project.toml @@ -28,6 +28,7 @@ Distributions = "0.25" ForwardDiff = "0.10" MacroTools = "0.5" NLsolve = "4" +NonlinearSolve = "2" OrderedCollections = "1" Pipe = "1" julia = "1"