From eb22570a8ac59de65bbb29ebe5abd30ab9e641e7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 10 Jan 2026 01:54:12 +0000 Subject: [PATCH] CompatHelper: bump compat for Optim to 2 for package 1-mauna-loa, (keep existing compat) --- examples/1-mauna-loa/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1-mauna-loa/Project.toml b/examples/1-mauna-loa/Project.toml index b51c0c81..154704a6 100644 --- a/examples/1-mauna-loa/Project.toml +++ b/examples/1-mauna-loa/Project.toml @@ -13,7 +13,7 @@ AbstractGPs = "0.5" CSV = "0.9, 0.10" DataFrames = "1" Literate = "2" -Optim = "1" +Optim = "1, 2" ParameterHandling = "0.4, 0.5" Plots = "1" Zygote = "0.6, 0.7"