-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (26 loc) · 907 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
name = "BetaDispersion"
uuid = "203aa2a0-0be6-11ec-2d81-e1345fdb5ee1"
authors = ["Arthur Newbury"]
version = "0.1.0"
[deps]
DirectionalStatistics = "e814f24e-44b0-11e9-2fd5-aba2b6113d95"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
BenchmarkTools = "0.5.0 - 1.0"
DirectionalStatistics = "0.1.0 - 1.0"
Distances = "0.1.0 - 1.0"
NamedArrays = "0.8.0 - 1.0"
Requires = "1.0.0 - 2.0"
StatsBase = "0.1.0 - 1.0"
julia = "1.6"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "RCall", "BenchmarkTools"]