-
Notifications
You must be signed in to change notification settings - Fork 16
/
Project.toml
40 lines (37 loc) · 1.25 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
name = "PopGen"
uuid = "af524d12-c74b-11e9-22a8-3b091653023f"
authors = ["Pavel Dimens", "Jason Selwyn"]
version = "0.10.0"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
MultipleTesting = "f8716d33-7c4a-5097-896f-ce0ecbd3ef6b"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
PopGenCore = "45b36091-5ef7-4b08-b448-aaf24c763a14"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
[compat]
Clustering = "0.14, 0.15"
DataFrames = "1.4"
Distances = "0.10"
Distributions = "0.25"
MultipleTesting = "0.5"
MultivariateStats = "0.9, 0.10"
NamedArrays = "0.9"
OnlineStats = "1"
PooledArrays = "1.1"
PopGenCore = "0.7"
Reexport = "1"
StatsBase = "0.33, 0.34"
Term = "2"
julia = "1.6, 1.7, 1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"