-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (41 loc) · 1.55 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
name = "PhyloTraits"
uuid = "bce24f4f-6725-4ba4-a77f-2b043c8e33c5"
authors = ["Cecile Ane <[email protected]>", "Paul Bastide <[email protected]>", "and contributors"]
version = "1.0.0"
[deps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
PhyloNetworks = "33ad39ac-ed31-50eb-9b15-43d0656eaa72"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[compat]
BioSequences = "2, 3"
BioSymbols = "4, 5"
DataFrames = "1.3"
Distributions = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
FASTX = "1.1, 2"
GLM = "1.1"
LinearAlgebra = "1"
NLopt = "0.5.1, 0.6, 1"
PhyloNetworks = "1"
Printf = "1"
Random = "1"
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1"
Statistics = "1"
StatsAPI = "1.5"
StatsBase = "0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
StatsFuns = "0.7, 0.8, 0.9, 1"
StatsModels = "0.6, 0.7"
julia = "1.2"