Skip to content

Commit a54bf87

Browse files
Merge branch 'master' into ComplicatedPDE
2 parents 75ac9da + 8a02b81 commit a54bf87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/IntervalNonlinearProblem/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
77

88
[compat]
99
BenchmarkTools = "1"
10-
NonlinearSolve = "1, 2, 3"
10+
NonlinearSolve = "1, 2, 3, 4"
1111
Plots = "1.13"
1212
Roots = "2"
1313
SciMLBenchmarks = "0.1"

benchmarks/NonlinearProblem/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ LinearSolve = "2"
3535
MINPACK = "1.2"
3636
NLsolve = "4.5"
3737
NonlinearProblemLibrary = "0.1"
38-
NonlinearSolve = "3"
38+
NonlinearSolve = "3, 4"
3939
PolyesterForwardDiff = "0.1"
4040
PrettyTables = "2"
4141
SciMLBenchmarks = "0.1"
4242
Setfield = "1"
43-
SimpleNonlinearSolve = "1"
43+
SimpleNonlinearSolve = "1, 2"
4444
SparseDiffTools = "2"
4545
SpeedMapping = "0.3"
4646
StableRNGs = "1"

0 commit comments

Comments
 (0)