-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
32 lines (28 loc) · 932 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
31
32
name = "CommonOPF"
uuid = "dad7ea18-2b21-482e-81c1-e84414cc4b03"
authors = ["Nick Laws <[email protected]> and contributors"]
version = "0.4.3"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
OpenDSSDirect = "a8b11937-1041-50f2-9818-136bb7a8fb06"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
DataStructures = "0.18"
Graphs = "1.8"
JuMP = "1"
MetaGraphsNext = "0.7"
OpenDSSDirect = "=0.9.9" # issues with 0.9.8
Parameters = "0.12"
YAML = "0.4"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]