forked from NREL-Sienna/PowerSystemCaseBuilder.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
26 lines (23 loc) · 798 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
name = "PowerSystemCaseBuilder"
uuid = "f00506e0-b84f-492a-93c2-c0a9afc4364e"
authors = ["sourabhdalvi <sourabh.p.dalvi@gmail.com>"]
version = "0.4.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
[compat]
CSV = "~0.8"
DataFrames = "1"
DataStructures = "~0.18"
InfrastructureSystems = "1"
PowerSystems = "1"
PrettyTables = "1"
TimeSeries = "~0.22"
julia = "^1.6"