forked from JuliaSmoothOptimizers/OptimizationProblems.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (20 loc) · 689 Bytes
/
Project.toml
File metadata and controls
24 lines (20 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "OptimizationProblems"
uuid = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
version = "0.4.2"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
DataFrames = "1"
JuMP = "~0.19, ~0.20, ~0.21, ~0.22, 0.23"
Requires = "1"
julia = "~1"
[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ADNLPModels", "NLPModels", "NLPModelsJuMP", "Test"]