generated from NREL-Sienna/SiennaTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
26 lines (24 loc) · 827 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
name = "PowerSimulationsDecomposition"
uuid = "bed98974-b02a-5e2f-9ee0-a103f5c450dd"
authors = ["Jose Daniel Lara"]
version = "0.1.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
PowerSimulations = "e690365d-45e2-57bb-ac84-44ba829e73c4"
PowerSystems = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
[compat]
Dates = "1"
DataStructures = "^0.18"
DocStringExtensions = "~0.8, ~0.9"
InfrastructureSystems = "^1.21"
JuMP = "1"
MPI = "^0.20"
MathOptInterface = "1"
PowerSystems = "^3"
julia = "^1.6"