-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (25 loc) · 961 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
31
32
33
name = "MetidaStats"
uuid = "75cdad26-409a-4e43-8ad7-d54b4fa665a0"
authors = ["PharmCat <[email protected]>"]
version = "0.2.2"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
MetidaBase = "075456b7-4006-432f-9324-2f8453996c49"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DataStructures = "0.18"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
MetidaBase = "0.11.2, 0.12"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
julia = "1"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
MetidaBase = "075456b7-4006-432f-9324-2f8453996c49"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[targets]
test = [ "Test", "CSV", "DataFrames", "MetidaBase", "StatsBase"]