forked from Electa-Git/PowerModelsACDC.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
30 lines (26 loc) · 857 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
name = "PowerModelsACDC"
uuid = "ff45984e-d068-5f4c-9e32-c4133509d236"
autors = ["Hakan Ergun", "Frederik Geth"]
repo = "https://github.com/hakanergun/PowerModelsACDC.jl"
version = "0.3.0"
[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
[compat]
Cbc = "≥ 0.4"
InfrastructureModels = "~ 0.4"
Ipopt = "≥ 0.4"
PowerModels = "~ 0.15.3"
JuMP = "~0.19.1, ~0.20, ~0.21"
SCS = "≥ 0.6.3"
Memento = "~0.10, ~0.11, ~0.12, ~0.13, ~1.0"
julia = "^1"
[extras]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SCS", "Test", "Cbc", "Ipopt"]