From d1a887e499d9954b10e0b939321604161074d222 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 Jan 2026 11:31:34 +0000 Subject: [PATCH] CompatHelper: bump compat for Optim to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4cdff16..48c7521 100644 --- a/Project.toml +++ b/Project.toml @@ -68,7 +68,7 @@ LinearAlgebra = "1" MAT = "0.10" MLJLinearModels = "0.10" NearestNeighbors = "0.4" -Optim = "1" +Optim = "1, 2" Parameters = "0.12" Pkg = "1" Plots = "1"