-
Notifications
You must be signed in to change notification settings - Fork 13
/
Project.toml
29 lines (24 loc) · 881 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
name = "ParallelKMeans"
uuid = "42b8e9d4-006b-409a-8472-7f34b3fb58af"
authors = ["Bernard Brenyah", "Andrey Oskin"]
version = "1.1.0"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
[compat]
Distances = "0.8.2, 0.9, 0.10"
MLJModelInterface = "^0.3,^0.4, 1.0"
StatsBase = "0.32, 0.33, 0.34"
UnsafeArrays = "1"
julia = "1.6"
[extras]
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "Suppressor", "MLJBase", "StableRNGs"]