-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
65 lines (63 loc) · 2.18 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
name = "OAR"
uuid = "2c0fe338-9bab-4ad6-9854-394aaab43699"
authors = ["Sasha Petrenko <sap625@mst.edu>"]
version = "0.1.0"
[deps]
AdaptiveResonance = "3d72adc0-63d3-4141-bf9b-84450dd0395b"
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ClusterValidityIndices = "2fefd308-f647-4698-a2f0-e90cfcbca9ad"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Lerche = "d42ef402-04e6-4356-9f73-091573ea58dc"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
NumericalTypeAliases = "be9b823e-291e-41a1-b8ce-806204e78f92"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PrecompileSignatures = "91cefc8d-f054-46dc-8f8c-26e11d7c5411"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
AdaptiveResonance = "0.8"
ArgParse = "1"
CSV = "0.10"
ClusterValidityIndices = "0.6"
Clustering = "0.15"
DataFrames = "1"
DataStructures = "0.18"
DelimitedFiles = "1"
DocStringExtensions = "0.8, 0.9"
DrWatson = "2"
InvertedIndices = "1"
Latexify = "0.16"
Lerche = "0.5"
MLDatasets = "0.7"
MLUtils = "0.4"
NumericalTypeAliases = "0.1, 0.2"
Parameters = "0.12"
Plots = "1"
Pluto = "0.19"
PlutoUI = "0.7"
PrecompileSignatures = "3"
ProgressMeter = "1"
Revise = "3"
Statistics = "1"
StatsPlots = "0.15"
YAML = "0.4"
julia = "1"