-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
28 lines (24 loc) · 870 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
name = "SingularSpectrumAnalysis"
uuid = "77f5812f-bd1f-5f6e-9b72-07b28d8bbbc3"
authors = ["baggepinnen <[email protected]>"]
version = "0.5.1"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TotalLeastSquares = "028f657a-7ace-5159-a694-8cfd97933b0c"
[compat]
ControlSystemIdentification = "0.2, 1"
RecipesBase = "0.7, 0.8, 1.0"
Requires = "0.5, 1.0"
Statistics = "1"
TotalLeastSquares = "1.3"
julia = "1.6"
[extras]
ControlSystemIdentification = "3abffc1c-5106-53b7-b354-a47bfc086282"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Plots", "ControlSystemIdentification"]