-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
38 lines (34 loc) · 1.22 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
name = "FullNetworkModels"
uuid = "73927447-18cb-4351-9246-c402eb8d0c47"
authors = ["Invenia Technical Computing Corporation"]
version = "10.0.0-DEV"
[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
ElectricityMarkets = "fc2b1cf9-69e4-584d-aa69-fb07a6454787"
FullNetworkSystems = "877b7152-b508-43dc-81fb-72341a693988"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
AxisKeys = "0.2"
Dictionaries = "0.3"
ElectricityMarkets = "1.14, 2"
FullNetworkDataPrep = "0.25"
FullNetworkSystems = "1"
HiGHS = "1"
InlineStrings = "1"
JuMP = "1.2"
Memento = "1.1"
TimerOutputs = "0.5"
julia = "1.5"
[extras]
FullNetworkDataPrep = "a21943b2-60f3-11e9-2dbc-73f7bf1f23ac"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
[targets]
test = ["FullNetworkDataPrep", "HiGHS", "InlineStrings", "MathOptInterface", "Test", "TimeSeries"]