-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: bump compat for JuMP to 1 for package MadNLPGraph, (kee…
…p existing compat)
- Loading branch information
CompatHelper Julia
committed
Mar 7, 2024
1 parent
8b704e7
commit b15445c
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
JuMP = "~0.22, 1" | ||
LightGraphs = "~1.3" | ||
MadNLP = "~0.4" | ||
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"] |