forked from martinbiel/StochasticPrograms.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (33 loc) · 1.17 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
name = "StochasticPrograms"
uuid = "8b8459f2-c380-502b-8633-9aed2d6c2b35"
authors = ["Martin Biel <[email protected]>"]
version = "0.3.0"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
Clustering = "0.13"
Distributions = "0.22"
MacroTools = "0.5.3"
MathProgBase = "0.7.7"
JuMP = "~0.18"
Parameters = "0.12"
ProgressMeter = "1.2.0"
Reexport = "0.2"
julia = "1"
[extras]
GLPKMathProgInterface = "3c7084bd-78ad-589a-b5bb-dbd673274bea"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Logging", "GLPKMathProgInterface"]