-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (34 loc) · 1.04 KB
/
Project.toml
File metadata and controls
40 lines (34 loc) · 1.04 KB
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
name = "AppleAccelerate"
uuid = "13e28ba4-7ad8-5781-acae-3021b1ed3924"
version = "0.6.0"
[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
[extensions]
AppleAccelerateAbstractFFTsExt = "AbstractFFTs"
[compat]
AbstractFFTs = "1.5"
Aqua = "0.8"
DSP = "0.8.4"
FFTW = "1.10"
Libdl = "1"
LinearAlgebra = "1"
Random = "1"
SparseArrays = "1"
Statistics = "1"
Test = "1"
julia = "1.10"
[extras]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AbstractFFTs", "Aqua", "DSP", "FFTW", "Random", "SparseArrays", "Statistics", "Test"]