-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
43 lines (39 loc) · 1.29 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 = "TinnitusReconstructor"
uuid = "998763c9-5807-4081-8b95-f32419d2af94"
authors = ["Alec Hoyland <[email protected]> and Nelson Barnett <[email protected]>"]
version = "0.3.3"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LibSndFile = "b13ce0c6-77b0-50c6-a2db-140568b8d1a5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SampledSignals = "bd7594eb-a658-542f-9e75-4c4d8908c167"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DSP = "0.7"
DelimitedFiles = "1"
Distributions = "0.25"
Documenter = "0.27"
FFTW = "1"
FastBroadcast = "0.2"
FileIO = "1"
Interpolations = "0.14"
LibSndFile = "2"
Memoize = "0.4"
Reexport = "1.2"
SampledSignals = "2"
StatsBase = "< 0.34"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]