JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.12k stars 217 forks source link

Fix compat bounds in Project.toml #1060

Closed odow closed 8 months ago

odow commented 9 months ago

1052 needed to update the lower bound of MOI.

In addition, since that version MOI supports only v1.6, Optim now supports only 1.6 and later also.

Also added compat bounds for standard libraries, since these are necessary for auto-merge in the registry.

The <0.0.1 is needed for any packages on 1.6 that do package operations in the test suite.

pkofod commented 8 months ago

Thanks