-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
31 lines (27 loc) · 916 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "NonconvexPercival"
uuid = "4296f080-e499-44ba-a02c-ae40015c44d5"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.1.4"
[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NLPModelsModifiers = "e01155f1-5c6f-4375-a9d8-616dd036575f"
NonconvexCore = "035190e5-69f1-488f-aaab-becca2889735"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Percival = "01435c0c-c90d-11e9-3788-63660f8fbccc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ADNLPModels = "0.4"
LinearOperators = "~2.6"
NLPModelsModifiers = "0.6"
NonconvexCore = "1"
Parameters = "0.12"
Percival = "0.5"
Reexport = "1"
julia = "1"
[extras]
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["StableRNGs", "Test"]