-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
43 lines (39 loc) · 1.6 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 = "Pathogen"
uuid = "c8189ad9-0349-5cbb-98f2-579781f27e5c"
authors = ["Justin Angevaare <[email protected]>"]
version = "0.5.0"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
PhyloModels = "6465ae08-de3a-5dbe-bda8-3920f6a01ab7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SubstitutionModels = "8365b1bb-bd83-58ee-a267-f2965fc81c73"
[compat]
DataFrames = "^0.19, 0.20, 0.21, 0.22, 1.0"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
OnlineStats = "^1.1"
PhyloModels = "0.3"
ProgressMeter = "^1.2"
RecipesBase = "0.7, 0.8, 1"
StatsBase = "0.32, 0.33"
SubstitutionModels = "0.5"
julia = "^1.1"
[extras]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PhyloTrees = "4c47b132-0681-5a5d-b498-3afcf53fd314"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Distances", "LinearAlgebra", "Test", "Random", "Logging", "Distributed", "StableRNGs", "PhyloTrees"]