-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
38 lines (34 loc) · 1.12 KB
/
Copy pathProject.toml
File metadata and controls
38 lines (34 loc) · 1.12 KB
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
32
33
34
35
36
37
38
name = "LowRankOpt"
uuid = "607ca3ad-272e-43c8-bcbe-fc71b56c935c"
authors = ["Benoît Legat <benoit.legat@gmail.com>"]
version = "0.2.2"
[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
[weakdeps]
Dualization = "191a621a-6537-11e9-281d-650236a99e60"
[extensions]
DualizationExt = "Dualization"
[compat]
Dualization = "0.5.10, 0.6, 0.7"
FillArrays = "1.13"
KrylovKit = "0.9.5, 0.10"
LinearAlgebra = "1.10"
MathOptInterface = "1.40"
MutableArithmetics = "1.6.4"
NLPModels = "0.21.5"
NLPModelsJuMP = "0.13.2"
SolverCore = "0.3.8"
SparseArrays = "1.10"
Test = "1.10"
UnsafeArrays = "1.0.8"
julia = "1.10"