forked from anna-pa-m/Metabolic-EP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
26 lines (22 loc) · 818 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 = "MetabolicEP"
uuid = "d5db6e97-2ecf-55bd-9135-8799dc4509b8"
author = ["Andrea Pagnani <[email protected]>"]
version = "0.1.0"
[deps]
Clp = "e2554f3b-3117-50c0-817c-e040a3ddf72d"
ExtractMacro = "f86d3d12-fd5b-522c-99e9-61577282a1e9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
[compat]
julia = "1.2"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Random", "Test"]