Skip to content

Commit 94d5160

Browse files
Update Optim requirement from 1.7 to 1.7, 2.0 (#47)
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.7.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 1ec0a44 commit 94d5160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DistributionFitsOptimExt = "Optim"
2323
Distributions = "0.25.102"
2424
FillArrays = "1"
2525
LinearAlgebra = "1.10"
26-
Optim = "1.7"
26+
Optim = "1.7, 2.0"
2727
Reexport = "1.2"
2828
StaticArrays = "1.2"
2929
Statistics = "1.10"

0 commit comments

Comments
 (0)