-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
34 lines (30 loc) · 1.02 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
name = "LPVSpectral"
uuid = "26dcc766-85df-5edc-b560-6076d5dbac63"
author = "Fredrik Bagge Carlson <[email protected]>"
version = "0.3.3"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DSP = "0.7"
FFTW = "1.1"
ProximalOperators = "0.10, 0.15, 0.16"
RecipesBase = "1.0"
Requires = "1.0"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.0"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Plots", "ProximalOperators"]