From f4b23205faf5a17d4334141e14f3da6fe989f643 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 7 Mar 2024 00:23:40 +0000 Subject: [PATCH] CompatHelper: bump compat for MadNLP to 0.7 for package MadNLPGraph, (keep existing compat) --- lib/MadNLPGraph/Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/MadNLPGraph/Project.toml b/lib/MadNLPGraph/Project.toml index d471b371..9a7ce22d 100644 --- a/lib/MadNLPGraph/Project.toml +++ b/lib/MadNLPGraph/Project.toml @@ -4,24 +4,24 @@ authors = ["Sungho Shin "] version = "0.2.0" [deps] -MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" -Plasmo = "d3f7391f-f14a-50cc-bbe4-76a32d1bad3c" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" +MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b" +Plasmo = "d3f7391f-f14a-50cc-bbe4-76a32d1bad3c" [compat] -MadNLP = "~0.4" JuMP = "~0.22" -Plasmo = "~0.4" LightGraphs = "~1.3" +MadNLP = "~0.4, 0.7" +MadNLPTests = "~0.2" Metis = "1" +Plasmo = "~0.4" julia = "1.6" -MadNLPTests = "~0.2" [extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test","MadNLPTests"] +test = ["Test", "MadNLPTests"]