We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4a810 commit 7b71305Copy full SHA for 7b71305
2 files changed
docs/Project.toml
@@ -40,7 +40,7 @@ LinearAlgebra = "1"
40
MadNLP = "0.8"
41
NLPModelsIpopt = "0.10"
42
NLPModelsKnitro = "0.9"
43
-OrdinaryDiffEq = "6.93"
+OrdinaryDiffEq = "6"
44
Plots = "1.40"
45
Suppressor = "0.2"
46
julia = "1"
test/Project.toml
@@ -12,13 +12,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12
13
[compat]
14
CTModels = "0.6"
15
-DifferentiationInterface = "0.6"
16
-ForwardDiff = "0.10"
+DifferentiationInterface = "0.7"
+ForwardDiff = "0.10, 1.0"
17
LinearAlgebra = "1"
18
MINPACK = "1.3"
19
20
21
22
SplitApplyCombine = "1.2"
23
Test = "1"
24
julia = "1.10"
0 commit comments