-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
47 lines (43 loc) · 1.47 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
42
43
44
45
46
47
name = "COBREXA"
uuid = "babc4406-5200-4a30-9033-bf5ae714c842"
authors = ["The developers of COBREXA.jl"]
version = "2.4.0"
[deps]
AbstractFBCModels = "5a4f3dfa-1789-40f8-8221-69268c29937c"
ConstraintTrees = "5515826b-29c3-47a5-8849-8513ac836620"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
[compat]
AbstractFBCModels = "1"
Aqua = "0.7"
Clarabel = "0.6"
ConstraintTrees = "1.1"
DocStringExtensions = "0.8, 0.9"
Downloads = "1"
HiGHS = "1.9"
JSONFBCModels = "1"
JuMP = "1"
SBMLFBCModels = "1"
SHA = "0.7, 1"
StableRNGs = "1.0"
Test = "1"
Tulip = "0.9"
julia = "1.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Clarabel = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JSONFBCModels = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"
SBMLFBCModels = "3e8f9d1a-ffc1-486d-82d6-6c7276635980"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
[targets]
test = ["Aqua", "Clarabel", "Downloads", "HiGHS", "JSONFBCModels", "SBMLFBCModels", "SHA", "Test", "Tulip"]