-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 891 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
27
28
29
30
31
32
name = "LinearFold"
uuid = "aebc047d-cbe2-4ea1-a181-a2987ad69fed"
authors = ["Marco Matthies <[email protected]>"]
version = "0.3.2"
[deps]
FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12"
LinearFold_jll = "492392ba-fc20-5d72-afbd-f61f3c69e3d5"
LinearPartition_jll = "e9cb6f04-5a86-57c9-b8cc-25aa5bdf9fd6"
LinearSampling_jll = "be43c337-7630-5e25-892b-702745a732dd"
LinearTurboFold_jll = "cd7c2323-e06e-549f-9837-4f85c0db7ff9"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Aqua = "0.8"
FASTX = "2"
LinearFold_jll = "= 1.0.0"
LinearPartition_jll = "= 1.0.0"
LinearSampling_jll = "= 1.0.0"
LinearTurboFold_jll = "= 0.0.1"
SparseArrays = "1"
Test = "1"
Unitful = "1.11"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test"]