-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 977 Bytes
/
Copy pathProject.toml
File metadata and controls
32 lines (28 loc) · 977 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
name = "EnergyModelsRecedingHorizon"
uuid = "37ec17de-8561-4b6b-83ee-0529988fea82"
authors = ["Lucas Ferreira Bernadino, Julian Straus, Halvor Aarnes Krog"]
version = "0.2.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
EnergyModelsBase = "5d7e687e-f956-46f3-9045-6f5a5fd49f50"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
TimeStruct = "f9ed5ce0-9f41-4eaa-96da-f38ab8df101c"
[weakdeps]
ParametricOptInterface = "0ce4ce61-57bf-432b-a095-efac525d185e"
EnergyModelsGeography = "3f775d88-a4da-46c4-a2cc-aa9f16db6708"
[extensions]
POIExt = "ParametricOptInterface"
EMGExt = "EnergyModelsGeography"
EMGPOIExt = ["EnergyModelsGeography", "ParametricOptInterface"]
[compat]
Accessors = "0.1.42"
CSV = "0.10.15"
DataFrames = "1.7.0"
EnergyModelsBase = "0.10"
EnergyModelsGeography = "0.12"
JuMP = "1.24"
ParametricOptInterface = "0.9"
TimeStruct = "0.9.1"
julia = "1.10"