From f51a6df10ddde0621044fae028da9a2484ed992b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:03:06 +0000 Subject: [PATCH] Update Optim requirement from 1.11.0 to 1.11.0, 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.11.0...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 76f1f68..3b6197e 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ AtomsBuilder = "0.2.2" AtomsCalculators = "0.2.3" DocStringExtensions = "0.9" LineSearches = "7" -Optim = "1.11.0" +Optim = "1.11.0, 2.0" Optimization = "3, 4" PrettyTables = "2" StaticArrays = "1"