Skip to content

Commit 3af2012

Browse files
committed
removed: PreallocationTools dependency
1 parent ec93aa5 commit 3af2012

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1414
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
15-
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
1615
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1716
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
1817
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -29,7 +28,6 @@ JuMP = "1.21"
2928
LinearAlgebra = "1.10"
3029
Logging = "1.10"
3130
OSQP = "0.8"
32-
PreallocationTools = "0.4.14"
3331
PrecompileTools = "1"
3432
ProgressLogging = "0.1"
3533
Random = "1.10"

src/ModelPredictiveControl.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ import JuMP
2525
import JuMP: MOIU, MOI, GenericModel, Model, optimizer_with_attributes, register
2626
import JuMP: @variable, @operator, @constraint, @objective
2727

28-
import PreallocationTools: DiffCache, get_tmp # TODO: remove this dep if possible (with Cache of DI.jl)
29-
3028
import OSQP, Ipopt
3129

3230
export SimModel, LinModel, NonLinModel

0 commit comments

Comments
 (0)