-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (35 loc) · 1.42 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
name = "DifferentiableMetabolism"
uuid = "9677e053-0fc1-49e6-98a8-2ad3a1525e54"
authors = ["St. Elmo Wilken <[email protected]> and contributors"]
version = "0.3.0"
[deps]
AbstractFBCModels = "5a4f3dfa-1789-40f8-8221-69268c29937c"
COBREXA = "babc4406-5200-4a30-9033-bf5ae714c842"
ConstraintTrees = "5515826b-29c3-47a5-8849-8513ac836620"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
AbstractFBCModels = "1.2.0"
COBREXA = "2.7.0"
ConstraintTrees = "1.8.1"
DocStringExtensions = "0.9"
FastDifferentiation = "0.4.2"
JuMP = "1"
LinearAlgebra = "1.11.0"
SparseArrays = "1.11.0"
julia = "1"
[extras]
AbstractFBCModels = "5a4f3dfa-1789-40f8-8221-69268c29937c"
COBREXA = "babc4406-5200-4a30-9033-bf5ae714c842"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Clarabel = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
ConstraintTrees = "5515826b-29c3-47a5-8849-8513ac836620"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
JSONFBCModels = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
[targets]
test = ["Test", "COBREXA", "Tulip", "Clarabel", "AbstractFBCModels", "ConstraintTrees", "JSONFBCModels", "CairoMakie", "Downloads"]