We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff83e5d commit 71da21eCopy full SHA for 71da21e
Project.toml
@@ -1,7 +1,7 @@
1
name = "ModelPredictiveControl"
2
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
authors = ["Francis Gagnon"]
4
-version = "0.10.0"
+version = "0.10.1"
5
6
[deps]
7
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
@@ -20,12 +20,15 @@ ControlSystemsBase = "1.9"
20
ForwardDiff = "0.10"
21
Ipopt = "1"
22
JuMP = "1"
23
+LinearAlgebra = "1.6"
24
OSQP = "0.8"
25
PreallocationTools = "0.4"
26
PrecompileTools = "1"
27
RecipesBase = "1"
28
+Random = "1.6"
29
julia = "1.6"
30
31
+
32
[extras]
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
0 commit comments