-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
35 lines (33 loc) · 1.14 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
name = "PowerGraphics"
uuid = "5f7eddb3-86b1-49e8-a95a-ddc0f45eea41"
authors = ["Clayton Barrows", "Lily Hanig", "Jose Daniel Lara", "Sourabh Dalvi", "Dheepak Krishnamurthy"]
version = "0.19.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PowerAnalytics = "56ce1300-00bc-47e4-ba8c-b166ccc19f51"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
CSV = "~0.9, 0.10"
Colors = "~0.12"
DataFrames = "1"
DataStructures = "0.18"
InfrastructureSystems = "2"
Plots = "1"
PowerAnalytics = "^0.8"
PowerSystems = "4"
Reexport = "1"
Requires = "1"
TimeSeries = "0.24"
YAML = "~0.4"
julia = "1"