-
Notifications
You must be signed in to change notification settings - Fork 15
/
Project.toml
43 lines (39 loc) · 1.24 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
name = "MusicProcessing"
uuid = "32bb9398-a9ad-408c-b137-8304ef5cbed9"
repo = "https://github.com/JuliaMusic/MusicProcessing.jl.git"
version = "2.0.0"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PortAudio = "80ea8bcb-4634-5cb3-8ee8-a132660d1d2d"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SampledSignals = "bd7594eb-a658-542f-9e75-4c4d8908c167"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
DSP = "0.6.10, 0.7"
Documenter = "0.27, 1"
FFTW = "1"
FixedPointNumbers = "0.8"
IntervalSets = "0.5, 0.6, 0.7"
LinearAlgebra = "1"
PortAudio = "1"
Requires = "1"
Revise = "3"
SampledSignals = "2"
Statistics = "1"
Test = "1"
TestItemRunner = "0.2"
Unitful = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "TestItemRunner"]