File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -4,32 +4,34 @@ authors = ["Francis Gagnon"]
44version = " 1.3.4"
55
66[deps ]
7+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8+ Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
9+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
710ControlSystemsBase = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
811ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
912Ipopt = " b6b21f68-93f8-5de0-b562-5493be1d77c9"
1013JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
11- LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1214OSQP = " ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
1315PreallocationTools = " d236fae5-4411-538c-8e31-a6e3d9e00b46"
1416PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
1517ProgressLogging = " 33c8b6b6-d38a-422a-b730-caa89a2f386c"
16- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1718RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1819
1920[compat ]
21+ julia = " 1.10"
22+ LinearAlgebra = " 1.10"
23+ Logging = " 1.10"
24+ Random = " 1.10"
2025ControlSystemsBase = " 1.9"
2126ForwardDiff = " 0.10"
2227Ipopt = " 1"
2328JuMP = " 1.21"
24- LinearAlgebra = " 1.6"
2529OSQP = " 0.8"
2630PreallocationTools = " 0.4.14"
2731PrecompileTools = " 1"
2832ProgressLogging = " 0.1"
29- Random = " 1.6"
3033RecipesBase = " 1"
3134TestItemRunner = " 1.1"
32- julia = " 1.10"
3335
3436[extras ]
3537DAQP = " c47d62df-3981-49c8-9651-128b1cd08617"
Original file line number Diff line number Diff line change 11[deps ]
2+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3+ Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
24ControlSystemsBase = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
35DAQP = " c47d62df-3981-49c8-9651-128b1cd08617"
46Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
57JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
6- LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7- Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
88ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
99Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1010
1111[compat ]
12+ LinearAlgebra = " 1.10"
13+ Logging = " 1.10"
1214ControlSystemsBase = " 1"
13- DAQP = " 0.5"
1415Documenter = " 1"
1516JuMP = " 1"
16- LinearAlgebra = " 1.6"
17- Logging = " 1.6"
17+ DAQP = " 0.6"
1818Plots = " 1"
1919ModelingToolkit = " 9.50"
You can’t perform that action at this time.
0 commit comments