-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 1012 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 1012 Bytes
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
name = "ExaModelsPower"
uuid = "2fff4b78-0b6c-428d-bac8-85ccea8c4bdf"
version = "0.3.1"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
ExaPowerIO = "14903efe-9500-4d7f-a589-7ab7e15da6de"
[compat]
JSON = "0.21"
ExaModels = "0.9"
ExaPowerIO = "0.3"
MadNLP = "0.8"
MadNLPGPU = "0.7"
CUDA = "5"
julia = "1.11"
[extras]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
MadNLPGPU = "d72a61cc-809d-412f-99be-fd81f4b8a598"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "MadNLP", "MadNLPGPU", "KernelAbstractions", "CUDA", "Ipopt", "JuMP", "NLPModelsJuMP", "PowerModels"]