diff --git a/Project.toml b/Project.toml index a0edbd3..8548bec 100644 --- a/Project.toml +++ b/Project.toml @@ -8,10 +8,10 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6" NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e" [compat] -JuMP = "1" -NLPModels = "0.19, 0.20, 0.21" -NLPModelsJuMP = "0.12, 0.13" -julia = "^1.6" +JuMP = "1.25" +NLPModels = "0.21.6" +NLPModelsJuMP = "0.13.4" +julia = "1.10" [extras] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"