-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
55 lines (52 loc) · 1.81 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
name = "Phonetics"
uuid = "e3a49ea3-7edf-49e1-b84f-839ab305a372"
authors = ["Matthew C. Kelley <[email protected]"]
version = "0.4.0"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DynamicAxisWarping = "aaaaaaaa-4a10-5553-b683-e707b00e83ce"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometricalPredicates = "fd0ad045-b25c-564e-8f9c-8ef5c5f21267"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MFCC = "ca7b5df7-6146-5dcc-89ec-36256279a339"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QHull = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WAV = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88"
[compat]
DSP = "0.7"
DataFrames = "1.3"
DataStructures = "0.18"
Distances = "0.10"
Distributions = "0.25"
DynamicAxisWarping = "0.4"
FFTW = "1.5"
FileIO = "1.16"
GeometricalPredicates = "0.4"
MFCC = "0.3.3"
Measures = "0.3"
ProgressBars = "1.4"
ProgressMeter = "1.7"
QHull = "0.2"
SpecialFunctions = "2.1"
StatsBase = "0.33"
WAV = "1.2"
RecipesBase = "1.3"
Statistics = "1.6"
julia = "^1.6"
[extras]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"