-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
44 lines (40 loc) · 1.39 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
44
name = "CalibrationTests"
uuid = "2818745e-0823-50c7-bc2d-405ac343d48b"
authors = ["David Widmann <[email protected]>"]
version = "0.6.3"
[deps]
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
ConsistencyResampling = "4937dc1f-c7a3-5772-9d42-4a8277f2eb51"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[compat]
Aqua = "0.8"
CalibrationErrors = "0.6"
ConsistencyResampling = "0.3"
Distributions = "0.25"
HypothesisTests = "0.8, 0.9, 0.10, 0.11"
KernelFunctions = "0.10"
LinearAlgebra = "<0.0.1, 1"
Random = "<0.0.1, 1"
Reexport = "1"
StableRNGs = "1"
Statistics = "<0.0.1, 1"
StatsBase = "0.33, 0.34"
StatsFuns = "0.8, 0.9, 1"
StructArrays = "0.5, 0.6"
Test = "<0.0.1, 1"
julia = "1.3"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Distributions", "StableRNGs", "StatsBase", "Test"]