-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (31 loc) · 985 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
33
name = "SiennaPRASInterface"
uuid = "4b496c86-8d00-441d-b504-079c710e0aa7"
authors = ["Surya Chandan Dhulipala, Joseph McKinsey, Jose Daniel Lara"]
version = "1.0.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
PRASCore = "c5c32b99-e7c3-4530-a685-6f76e19f7fe2"
PRASFiles = "a2806276-6d43-4ef5-91c0-491704cd7cf1"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
CSV = "0.10"
DataFrames = "1"
Dates = "1"
JSON = "^0.21"
PRASCore = "0.7.0"
PRASFiles = "0.7.0"
PowerSystems = "4"
Random = "1"
Random123 = "1"
TimeSeries = "0.24"
TimeZones = "1"
UUIDs = "1"
julia = "^1.8"