From ffa4b06caf572c35f4ca70a1f366efadfec0d69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:46:50 +0000 Subject: [PATCH] Update Optim requirement from 1.4.1 to 1.4.1, 2.0 Updates the requirements on [Optim](https://github.com/JuliaNLSolvers/Optim.jl) to permit the latest version. - [Release notes](https://github.com/JuliaNLSolvers/Optim.jl/releases) - [Changelog](https://github.com/JuliaNLSolvers/Optim.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaNLSolvers/Optim.jl/compare/v1.4.1...v2.0.1) --- updated-dependencies: - dependency-name: Optim dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d593da5..bf02e0a 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ DataFrames = "1.2.2" FillArrays = "1" LabelledArrays = "1.6.5" Missings = "1.0.2" -Optim = "1.4.1" +Optim = "1.4.1, 2.0" PaddedViews = "0.5.10" Parameters = "0.12.3" Pipe = "1.3"