-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
34 lines (30 loc) · 998 Bytes
/
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 = "WaveFD"
uuid = "44f9e87b-acd6-44e6-b5b0-e1db9a6b2dd4"
version = "0.7.0"
[deps]
CvxCompress = "3e489a4b-a92a-5e1b-a7bf-ed666eae205e"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WaveFD_jll = "c8b78e2a-5255-5058-b631-96af8a7e9abf"
[compat]
CvxCompress = "1"
DSP = "0.7"
DistributedArrays = "0.6"
FFTW = "1"
NearestNeighbors = "0.4"
SpecialFunctions = "0.10, 1.0, 2"
StaticArrays = "0.12, 1"
WaveFD_jll = "0.6.1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]