-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (33 loc) · 1.1 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
name = "KNearestCenters"
uuid = "4dca28ae-43b8-11eb-1f5e-d55054101997"
authors = ["Eric S. Tellez"]
version = "0.7.7"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
KCenters = "5d8de97f-65f8-4dd6-a15b-0f89c36a43ce"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SearchModels = "0e966ebe-b704-4a65-8279-db954bfe5da0"
SimilaritySearch = "053f045d-5466-53fd-b400-a066f88fe02a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Aqua = "0.6"
CategoricalArrays = "0.8, 0.9, 0.10"
KCenters = "0.9"
LossFunctions = "0.8"
MLUtils = "0.2.9"
SearchModels = "0.3"
SimilaritySearch = "0.11"
StatsAPI = "1.4"
StatsBase = "0.32 - 0.34"
julia = "1.6 - 1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test", "CSV"]