-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
45 lines (41 loc) · 1.48 KB
/
Copy pathProject.toml
File metadata and controls
45 lines (41 loc) · 1.48 KB
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
name = "MetaICVI"
uuid = "778c5047-3e82-4d04-81b5-6fafe2d2d704"
authors = ["Sasha Petrenko"]
version = "0.1.3"
[deps]
ClusterValidityIndices = "2fefd308-f647-4698-a2f0-e90cfcbca9ad"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NumericalTypeAliases = "be9b823e-291e-41a1-b8ce-806204e78f92"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PrecompileSignatures = "91cefc8d-f054-46dc-8f8c-26e11d7c5411"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScikitLearn = "3646fa90-6ef7-5e7e-9f22-8aca16db6324"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ClusterValidityIndices = "0.6"
DelimitedFiles = "1"
DocStringExtensions = "0.8, 0.9"
JLD = "0.12, 0.13"
JLD2 = "0.4"
NumericalTypeAliases = "0.1, 0.2"
Parameters = "0.12"
PrecompileSignatures = "3"
ProgressMeter = "1"
PyCall = "1"
PyCallJLD = "0.2"
ScikitLearn = "0.6, 0.7"
StatsBase = "0.33, 0.34"
julia = "1"
[extras]
AdaptiveResonance = "3d72adc0-63d3-4141-bf9b-84450dd0395b"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AdaptiveResonance", "DelimitedFiles", "Statistics", "Test", "SafeTestsets"]