-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
41 lines (35 loc) · 1.18 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
name = "SpectralInference"
uuid = "a959a40c-7f6b-448f-a4b7-059cce266d3c"
authors = ["Benjamin Doran and collaborators"]
version = "0.4.1"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FreqTables = "da1fdf0e-e0ff-5433-a45f-9bb5ff651cb1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
NewickTree = "b0a14db8-6308-4ebc-8917-f72cd81f5094"
[extensions]
NewickTreeExt = "NewickTree"
[compat]
CategoricalArrays = "0.8 - 0.10"
Clustering = "0.14, 0.15"
Distances = "0.10"
Distributions = "0.25"
FreqTables = "0.4"
PrecompileTools = "1"
Reexport = "1"
StatsBase = "0.33, 0.34"
julia = "1"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
NewickTree = "b0a14db8-6308-4ebc-8917-f72cd81f5094"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Distributions", "NewickTree"]