-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
36 lines (32 loc) · 1.04 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
name = "RSDeltaSigmaPort"
uuid = "82f5f448-8efd-4819-9fe6-b2df6cfcafec"
version = "0.4.2"
[deps]
CMDimData = "70385e83-f223-47f4-874b-539892411e49"
ControlSystems = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
InspectDR = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CMDimData = "0.4.1"
ControlSystems = "0.12, 1"
DSP = "0.6, 0.7"
FFTW = "1.3"
InspectDR = "0.4"
Interpolations = "0.13, 0.14"
Optim = "1.3"
Polynomials = "1.2, 2, 3"
SpecialFunctions = "1.3, 2"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]