-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
45 lines (39 loc) · 1.33 KB
/
Copy pathProject.toml
File metadata and controls
45 lines (39 loc) · 1.33 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
41
42
43
44
45
name = "LinearMPC"
uuid = "82e1c212-e1a2-49d2-b26a-a31d6968e3bd"
version = "0.10.0"
authors = ["Daniel Arnström <daniel.arnstrom@gmail.com>"]
[deps]
ASCertain = "3c289fd8-0ede-4eb4-bc21-a9cdb942ddf8"
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
DAQPBase = "833476c3-a8c0-4073-9b64-6473509843fe"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
ParametricDAQP = "19f72acb-e2a9-45c8-96b9-4d5487c8db2e"
PolyDAQP = "be5c70c9-e47a-4559-82a9-cba980583202"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
[extensions]
ControlSystemsExt = "ControlSystemsBase"
[compat]
ASCertain = "~0.4.1"
ControlSystemsBase = "1.10"
DAQPBase = "~0.5.0"
ForwardDiff = "1, 0.10"
Latexify = "0.16"
MatrixEquations = "2.4.5"
ParametricDAQP = "~0.6.2"
PolyDAQP = "~0.4.2"
PrecompileTools = "1.2"
RecipesBase = "1.3"
julia = "1.6"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]