-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
55 lines (49 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
name = "StatisticalMeasures"
uuid = "a19d573c-0a75-4610-95b3-7071388c7541"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.1.7"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CategoricalDistributions = "af321ab8-2d2e-40a6-b165-3d674595d28e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LearnAPI = "92ad9a40-7767-427a-9ee6-6e577f1266cb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
StatisticalMeasuresBase = "c062fc1d-0d66-479b-b6ac-8b44719de4cc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
[extensions]
LossFunctionsExt = "LossFunctions"
ScientificTypesExt = "ScientificTypes"
[compat]
CategoricalArrays = "0.10"
CategoricalDistributions = "0.1"
Distributions = "0.25"
LearnAPI = "0.1"
LossFunctions = "0.10, 0.11"
MacroTools = "0.5"
OrderedCollections = "1"
PrecompileTools = "1.1"
ScientificTypes = "3"
ScientificTypesBase = "3"
StatisticalMeasuresBase = "0.1"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.6"
[extras]
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["LossFunctions", "MLUtils", "ScientificTypes", "StableRNGs", "Tables", "Test"]