forked from odow/SDDP.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
41 lines (37 loc) · 1.25 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
name = "SDDP"
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
authors = ["Oscar Dowson <[email protected]>"]
version = "1.6.7"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
HTTP = "1"
HiGHS = "1"
JSON = "0.21"
JSONSchema = "1"
JuMP = "1"
MutableArithmetics = "1"
RecipesBase = "1"
Reexport = "1"
TimerOutputs = "0.5"
julia = "1.6"
[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Downloads", "HiGHS", "JSONSchema", "Pkg", "Test"]