-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (28 loc) · 919 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
32
33
name = "NExOS"
uuid = "a0d681ee-6dde-4d9d-b128-06c773d9ceb4"
authors = ["Shuvomoy Das Gupta <shuvomoy.dasgupta@gmail.com>"]
version = "0.1.8"
[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MosekTools = "1ec41992-ff65-5c91-ac43-2df89e9693a4"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
[compat]
JuMP = "^1.2"
MosekTools = "^0"
OSQP = "^0.8"
ProximalOperators = "^0.15"
TSVD = "^0.4"
julia = "^1.5"
IterativeSolvers = "^0.9"
Preconditioners = "^0.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]