-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
37 lines (33 loc) · 1.07 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
name = "AuditoryStimuli"
uuid = "8341a549-d843-5d3b-924f-10e41641b3ea"
authors = ["Robert Luke <[email protected]>"]
version = "0.1.4"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SampledSignals = "bd7594eb-a658-542f-9e75-4c4d8908c167"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
DSP = "0.6.0, 0.7"
FFTW = "1.1.0"
Images = "0.23, 0.24"
Parameters = "0.12"
Pipe = "1.3.0"
Plots = "1.34.2"
SampledSignals = "2.0.0"
StatsBase = "0.32.0, 0.33"
Unitful = "0.17.0, 1.6, 1.7"
julia = "1.7"
[extras]
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Images"]