-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
40 lines (36 loc) · 1.47 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
37
38
39
40
name = "PowerModelsGMDLib"
uuid = "ffd7fefe-8c8b-44b4-90d9-e98721ecd859"
keywords = ["GMD", "EMP", "simulation", "analysis", "mitigation", "optimization", "datasets"]
authors = ["Arthur Barnes <[email protected]>, Adam Mate <[email protected]>"]
repo = "https://github.com/lanl-ansi/PowerModelsGMD.jl"
version = "0.2.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
PowerModelsGMD = "c92a0612-66bb-11e9-0491-518d0d864356"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
InfrastructureModels = "~0.7"
JSON = "~0.21"
JuMP = "~1.9"
Memento = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4"
PowerModels = "~0.19"
julia = "~1.6, ~1.7, ~1.8, ~1.9, ~1.10, ~1.11"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Ipopt", "Juniper", "CSV"]