Skip to content

Commit aa0be3e

Browse files
Merge branch 'master' into compathelper/new_version/2025-07-08-00-39-00-366-03613393320
2 parents 74a70d1 + 72f47f6 commit aa0be3e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

benchmarks/IntervalNonlinearProblem/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1010

1111
[compat]
1212
BenchmarkTools = "1"
13-
NonlinearSolve = "1, 2, 3, 4"
13+
NonlinearSolve = "4"
1414
Roots = "2"
1515
SciMLBenchmarks = "0.1"
16-
SimpleNonlinearSolve = "1, 2"
16+
SimpleNonlinearSolve = "2"
17+
Statistics = "1"

benchmarks/NonStiffDDE/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
88
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
99

1010
[compat]
11+
DDEProblemLibrary = "0.1"
1112
DelayDiffEq = "5.37"
1213
DiffEqDevTools = "2.30"
13-
DDEProblemLibrary = "0.1"
14+
LabelledArrays = "1"
1415
Plots = "1.4"
1516
SciMLBenchmarks = "0.1"
17+
StaticArrays = "1"

0 commit comments

Comments
 (0)