Skip to content

Commit 71da21e

Browse files
committed
remove hat in ymin/max legends
1 parent ff83e5d commit 71da21e

File tree

3 files changed

+95
-92
lines changed

3 files changed

+95
-92
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33
authors = ["Francis Gagnon"]
4-
version = "0.10.0"
4+
version = "0.10.1"
55

66
[deps]
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
@@ -20,12 +20,15 @@ ControlSystemsBase = "1.9"
2020
ForwardDiff = "0.10"
2121
Ipopt = "1"
2222
JuMP = "1"
23+
LinearAlgebra = "1.6"
2324
OSQP = "0.8"
2425
PreallocationTools = "0.4"
2526
PrecompileTools = "1"
2627
RecipesBase = "1"
28+
Random = "1.6"
2729
julia = "1.6"
2830

31+
2932
[extras]
3033
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3134
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

0 commit comments

Comments
 (0)