Skip to content

Commit

Permalink
CompatHelper: bump compat for MadNLP to 0.7 for package MadNLPGraph, …
Browse files Browse the repository at this point in the history
…(keep existing compat)
  • Loading branch information
CompatHelper Julia committed Mar 7, 2024
1 parent 8b704e7 commit f4b2320
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/MadNLPGraph/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ authors = ["Sungho Shin <[email protected]>"]
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"]

0 comments on commit f4b2320

Please sign in to comment.