-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
32 lines (28 loc) · 884 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
name = "RandomVariates"
uuid = "345a731f-e7b6-46b5-981e-9c1174fc0482"
authors = ["Chris Santiago <[email protected]>"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Fontconfig = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
[compat]
HypothesisTests = "0.10"
BenchmarkTools = "1"
Documenter = "0.27"
DocumenterTools = "0.1"
Fontconfig = "0.4"
Cairo = "1"
Gadfly = "1"
Distributions = "0.25"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]