-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
42 lines (38 loc) · 1.33 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
name = "UnsupervisedClustering"
uuid = "c6b3b713-2a2b-4e07-a35c-d57ac4f46186"
authors = ["raphasampaio", "joaquimg", "mvpoggi", "vidalt"]
version = "0.4.0"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RegularizedCovarianceMatrices = "5bfb50f7-5e0c-48f2-b6cf-e6e905952022"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Aqua = "0.7, 0.8"
DelimitedFiles = "1.6 - 1.9"
Distances = "0.10.9"
Hungarian = "0.6, 0.7"
LinearAlgebra = "1.6 - 1.11"
PrecompileTools = "1.1"
Printf = "1.6 - 1.11"
Random = "1.6 - 1.11"
RegularizedCovarianceMatrices = "0.1.2"
StableRNGs = "1.0"
Statistics = "1.6 - 1.11"
StatsBase = "0.33, 0.34"
Test = "1.6 - 1.11"
TimerOutputs = "0.5"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[targets]
test = ["Aqua", "DelimitedFiles", "StableRNGs", "Test", "TimerOutputs"]