-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
36 lines (34 loc) · 1.2 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.11.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
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"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
Adapt = "3"
CUDA = "4.1"
CatViews = "1"
ExaAdmm = "0.6"
ExaPF = "0.9"
ExaTron = "3"
HDF5 = "0.16"
Ipopt = "1"
JuMP = "1"
KernelAbstractions = "0.9"
MPI = "0.20"
julia = "1.8"