-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
64 lines (60 loc) · 1.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = "COBREXA"
uuid = "babc4406-5200-4a30-9033-bf5ae714c842"
authors = ["The developers of COBREXA.jl"]
version = "1.5.2"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedData = "f6a0035f-c5ac-4ad0-b410-ad102ced35df"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PikaParser = "3bbf5609-3e7b-44cd-8549-7c69f321e792"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SBML = "e5567a89-2604-4b09-9718-f5f78e97c3bb"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "0.7"
Clarabel = "0.3"
Distributed = "1"
DistributedData = "0.1.4, 0.2"
DocStringExtensions = "0.8, 0.9"
Downloads = "1"
GLPK = "1"
HDF5 = "0.16, 0.17"
JSON = "0.21"
JuMP = "1"
LinearAlgebra = "1"
MAT = "0.10"
MacroTools = "0.5.6"
OrderedCollections = "1.4"
PikaParser = "0.5, 0.6"
Pkg = "1"
Random = "1"
SBML = "~1.3, ~1.4, ~1.5"
SHA = "0.7, 1"
Serialization = "1"
SparseArrays = "1"
StableRNGs = "1.0"
Statistics = "1"
Test = "1"
Tulip = "0.7.0, 0.8.0, 0.9.2"
julia = "1.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Clarabel = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
[targets]
test = ["Aqua", "Clarabel", "Downloads", "GLPK", "SHA", "Test", "Tulip"]