-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
67 lines (63 loc) · 2.09 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
56
57
58
59
60
61
62
63
64
65
66
67
name = "LearnTestAPI"
uuid = "3111ed91-c4f2-40e7-bb19-7f6c618409b8"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.2.3"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CategoricalDistributions = "af321ab8-2d2e-40a6-b165-3d674595d28e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
IsURL = "ceb4388c-583f-448d-bb30-00b11e8c5682"
LearnAPI = "92ad9a40-7767-427a-9ee6-6e577f1266cb"
LearnDataFrontEnds = "5cca22a3-9356-470e-ba1b-8268d0135a4b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLCore = "c2834f40-e789-41da-a90e-33b280584a8c"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
CategoricalArrays = "0.10.8"
CategoricalDistributions = "0.1.15"
Distributions = "0.25"
InteractiveUtils = "<0.0.1, 1"
IsURL = "0.2.0"
LearnAPI = "0.2.0,1"
LearnDataFrontEnds = "0.1"
LinearAlgebra = "<0.0.1, 1"
MLCore = "1.0.0"
MacroTools = "0.5"
Random = "<0.0.1, 1"
ScientificTypes = "3.0.2"
ScientificTypesBase = "3.0.0"
Serialization = "<0.0.1, 1"
StableRNGs = "1"
Statistics = "<0.0.1, 1"
Tables = "1"
Test = "<0.0.1, 1"
UnPack = "1.0.2"
julia = "1.10"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[targets]
test = [
"DataFrames",
"Distributions",
"Random",
"LinearAlgebra",
"Statistics",
"StatsModels",
"Tables",
]