From bf004b0e2cb0219a9a54b3d8ed1bf55ca5b4c3de Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 10 Jan 2026 01:50:42 +0000 Subject: [PATCH] CompatHelper: bump compat for Optim in [extras] to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 63c4809..fc650f8 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ LatinHypercubeSampling = "1.9.0" LineSearches = "7" LinearAlgebra = "1" NonlinearSolve = "4.8.0" -Optim = "1" +Optim = "1, 2" Polyester = "0.7" Printf = "1.9 - 1.12" Random = "1"