Skip to content

Commit 7b71305

Browse files
committed
foo
1 parent fe4a810 commit 7b71305

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LinearAlgebra = "1"
4040
MadNLP = "0.8"
4141
NLPModelsIpopt = "0.10"
4242
NLPModelsKnitro = "0.9"
43-
OrdinaryDiffEq = "6.93"
43+
OrdinaryDiffEq = "6"
4444
Plots = "1.40"
4545
Suppressor = "0.2"
4646
julia = "1"

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212

1313
[compat]
1414
CTModels = "0.6"
15-
DifferentiationInterface = "0.6"
16-
ForwardDiff = "0.10"
15+
DifferentiationInterface = "0.7"
16+
ForwardDiff = "0.10, 1.0"
1717
LinearAlgebra = "1"
1818
MINPACK = "1.3"
1919
MadNLP = "0.8"
2020
NLPModelsIpopt = "0.10"
21-
OrdinaryDiffEq = "6.93"
21+
OrdinaryDiffEq = "6"
2222
SplitApplyCombine = "1.2"
2323
Test = "1"
2424
julia = "1.10"

0 commit comments

Comments
 (0)