From 30bd4df30b77a363c9abd89d4b80f32a9bedba2a Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:04:52 +0100 Subject: [PATCH] Update compatibility versions in Project.toml Updated compatibility versions for JuMP, NLPModels, NLPModelsJuMP, and Julia. --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"