Skip to content

Commit c654438

Browse files
Update Optim requirement from 1.12.0 to 1.12.0, 2.0 in /test (#209)
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](JuliaNLSolvers/Optim.jl@v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: Optim dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11df388 commit c654438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ JET = "0.9, 0.10, 0.11"
4242
KrylovKit = "0.10.2"
4343
LinearAlgebra = "1"
4444
NLsolve = "4.5.1"
45-
Optim = "1.12.0"
45+
Optim = "1.12.0, 2.0"
4646
Random = "1"
4747
SparseArrays = "1"
4848
StaticArrays = "1.9.13"

0 commit comments

Comments
 (0)