-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 924 Bytes
/
Project.toml
File metadata and controls
35 lines (31 loc) · 924 Bytes
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 = "WiNDCRegional"
uuid = "3a283cf7-dd81-4e73-b72e-b49da15ce41c"
version = "0.1.0"
authors = ["Mitch Phillipson"]
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MPSGE = "d5dc2f44-7ae2-49e9-bc77-b47b6bca565d"
WiNDCContainer = "75ccf2c7-f350-4b24-b7dd-6f142b3d3146"
WiNDCNational = "859d2a84-d038-44d0-959f-b84298eeb557"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
CSV = "0.10.15"
DataFrames = "1.7.1"
DataStructures = "0.19.3"
Ipopt = "1.13.0"
JuMP = "1.29.3"
MPSGE = "0.6.4"
WiNDCContainer = "0.3.0"
WiNDCNational = "0.4.0"
XLSX = "0.10.4"
YAML = "0.4.16"
julia = "1.6.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]