Skip to content

Commit 7c80aad

Browse files
committed
Fix downgrade
1 parent 5d50bee commit 7c80aad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ PreallocationToolsSparseConnectivityTracerExt = "SparseConnectivityTracer"
1919
[compat]
2020
Adapt = "3.4, 4"
2121
Aqua = "0.8"
22-
ArrayInterface = "7.7"
23-
ForwardDiff = "0.10.19"
24-
LabelledArrays = "1.15"
22+
ArrayInterface = "7.18.0"
23+
ForwardDiff = "0.10.38"
24+
LabelledArrays = "1.16.0"
2525
LinearAlgebra = "1.10"
26-
Optimization = "3.19"
27-
OptimizationOptimJL = "0.1.5"
28-
OrdinaryDiffEq = "6.65"
26+
Optimization = "4.1.1"
27+
OptimizationOptimJL = "0.4.1"
28+
OrdinaryDiffEq = "6.91.0"
2929
Pkg = "1.10"
30-
Random = "1"
31-
RecursiveArrayTools = "3.2"
32-
ReverseDiff = "1"
30+
Random = "1.10.8"
31+
RecursiveArrayTools = "3.29.0"
32+
ReverseDiff = "1.15.3"
3333
SafeTestsets = "0.1"
3434
SparseArrays = "1.10"
3535
SparseConnectivityTracer = "0.6.12"
36-
Symbolics = "5.12"
36+
Symbolics = "6.29.0"
3737
Test = "1.10"
3838
julia = "1.10"
3939

0 commit comments

Comments
 (0)