-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (41 loc) · 1.53 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
41
42
43
name = "HolisticElectricityModel"
uuid = "02f1d289-301b-46a9-893d-51a2c7ce54b6"
authors = ["Elaine Hale <elaine.hale@nrel.gov>"]
version = "0.1.0"
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Dualization = "191a621a-6537-11e9-281d-650236a99e60"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
CSV = "~0.10"
DataFrames = "1"
DataStructures = "~0.18"
Distributions = "~0.25"
DocStringExtensions = "~0.8.2"
InfrastructureSystems = "~1.17"
Lazy = "~0.15"
QuadGK = "~2.4"
TableTransforms = "~1.4"
Tables = "~1.9"
TimerOutputs = "~0.5"
XLSX = "~0.10"
julia = "~1.10"