From 1defa41ab479e961ee6d2bd49d60c554475f0513 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 May 2023 17:34:15 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Optim at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9ae1368d..478a634a 100644 --- a/Project.toml +++ b/Project.toml @@ -42,6 +42,7 @@ FiniteDifferences = "0.11, 0.12" ForwardDiff = "0.10" ModelingToolkit = "6 - 8" NonlinearSolve = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6" +Optim = "1" OrdinaryDiffEq = "6" PreallocationTools = "0.4" PrecompileTools = "1"