From c99cd64484f187cb7ec1c951760e776f73e14701 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 23 Jan 2026 02:26:46 +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 f1a8988..b372185 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ DensityInterface = "0.4.0" Distributions = "0.25.122" LinearAlgebra = "1.12.0" LogExpFunctions = "0.3.29" -Optim = "1.13.3" +Optim = "1.13.3, 2" Random = "1.11.0" SpecialFunctions = "2.6.1" StatsAPI = "1.8.0"