forked from exanauts/ProxAL.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (32 loc) · 1.11 KB
/
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
34
35
36
name = "ProxAL"
uuid = "12c3852d-bf95-4e7b-be60-68937c3c927b"
authors = ["Anirudh Subramanyam <[email protected]>", "Youngdae Kim <[email protected]>", "Francois Pacaud <[email protected]>", "Michel Schanen <[email protected]>"]
version = "0.5.3"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CatViews = "81a5f4ea-a946-549a-aa7e-2a7f63a27d31"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ExaAdmm = "4d6a948c-1075-4240-a564-361a5d4e22a2"
ExaPF = "0cf0e50c-a82e-488f-ac7e-41ffdff1b8aa"
ExaTron = "28b18bf8-76f9-41ea-81fa-0f922810b349"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
CUDA = "3.4"
CatViews = "1"
ExaAdmm = "0.1.2"
ExaPF = "0.6"
ExaTron = "1"
Ipopt = "1"
JuMP = "1"
MPI = "0.19"
julia = "1.6"
[extras]
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "LazyArtifacts"]