Skip to content

Commit

Permalink
Add test Project.toml (#168)
Browse files Browse the repository at this point in the history
* Add test Project.toml

* Add LA
  • Loading branch information
blegat authored Jan 22, 2025
1 parent 58c316e commit b853398
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,5 @@ version = "0.9.0"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
GLPK = "1"
Ipopt = "1"
JuMP = "1"
MathOptInterface = "1.13.2"
SCS = "1"
julia = "1.6"

[extras]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["GLPK", "Ipopt", "JuMP", "LinearAlgebra", "SCS", "Test"]
14 changes: 14 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[deps]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ParametricOptInterface = "0ce4ce61-57bf-432b-a095-efac525d185e"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
GLPK = "1"
Ipopt = "1"
JuMP = "1"
SCS = "1"

0 comments on commit b853398

Please sign in to comment.