-
Notifications
You must be signed in to change notification settings - Fork 13
/
Project.toml
71 lines (65 loc) · 2.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name = "ControlSystemIdentification"
uuid = "3abffc1c-5106-53b7-b354-a47bfc086282"
authors = ["baggepinnen <[email protected]>"]
version = "2.11.0"
[deps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ForwardDiffChainRules = "c9556dd2-1aed-4cfe-8560-1557cf593001"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LowLevelParticleFilters = "d9d29d28-c116-5dba-9239-57a5fe23875b"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TotalLeastSquares = "028f657a-7ace-5159-a694-8cfd97933b0c"
[weakdeps]
LeastSquaresOptim = "0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
[extensions]
ControlSystemIdentificationLSOptExt = "LeastSquaresOptim"
[compat]
ChainRules = "1.58"
ComponentArrays = "0.14, 0.15"
ControlSystemsBase = "1.8"
DSP = "0.6.1, 0.7"
DelimitedFiles = "1"
FFTW = "1.1"
FillArrays = "1"
ForwardDiff = "0.10"
ForwardDiffChainRules = "0.2.1"
InteractiveUtils = "1.6"
LeastSquaresOptim = "0.8"
LinearAlgebra = "1.6"
LowLevelParticleFilters = "2.0, 3.0"
MatrixEquations = "1.1, 2.0"
MonteCarloMeasurements = "1.0"
Optim = "<0.20, 0.20, 0.21, 0.22, 1.0"
Parameters = "<0.13"
QuadGK = "2.4"
Random = "1.6"
RecipesBase = "<0.8, 0.8, 1.0"
StaticArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
TotalLeastSquares = "1.7.2"
julia = "1.10"
[extras]
LeastSquaresOptim = "0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SeeToDee = "1c904df7-48cd-41e7-921b-d889ed9a470c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Plots", "SeeToDee", "LeastSquaresOptim"]