Skip to content

Commit 3705821

Browse files
authored
Merge pull request #182 from JuliaControl/compathelper/new_version/2025-03-27-01-26-14-513-00499460369
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat)
2 parents 88f0240 + edd1cae commit 3705821

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Project.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,25 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
2121

2222
[compat]
2323
ControlSystemsBase = "1.9"
24+
DAQP = "0.6"
2425
DifferentiationInterface = "0.6.45"
25-
ForwardDiff = "0.10"
26+
Documenter = "1"
27+
FiniteDiff = "2"
28+
ForwardDiff = "0.10, 1"
2629
Ipopt = "1"
2730
JuMP = "1.21"
2831
LinearAlgebra = "1.10"
2932
Logging = "1.10"
3033
OSQP = "0.8"
34+
Plots = "1"
3135
PrecompileTools = "1"
3236
ProgressLogging = "0.1"
3337
Random = "1.10"
3438
RecipesBase = "1"
3539
SparseConnectivityTracer = "0.6.13"
3640
SparseMatrixColorings = "0.4.14"
41+
TestItemRunner = "1"
42+
TestItems = "1"
3743
julia = "1.10"
3844

3945
[extras]

0 commit comments

Comments
 (0)