Skip to content

Commit ae4543e

Browse files
committed
nonlinearsolve fixes
1 parent 79458d9 commit ae4543e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ FastClosures = "0.3.2"
3434
ForwardDiff = "0.10.36"
3535
LinearAlgebra = "<0.0.1, 1"
3636
LinearSolve = "2.32.0, 3"
37+
LineSearches = "7"
3738
MuladdMacro = "0.2.4"
3839
NonlinearSolve = "3.14.0, 4"
3940
OrdinaryDiffEqCore = "1.21"
4041
OrdinaryDiffEqDifferentiation = "1.5"
42+
OrdinaryDiffEqSDIRK = "1"
43+
ODEProblemLibrary = "0.1.8"
4144
PreallocationTools = "0.4.23"
4245
Random = "<0.0.1, 1"
4346
RecursiveArrayTools = "3.27.0"

lib/OrdinaryDiffEqNonlinearSolve/test/qa.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using Aqua
33

44
@testset "Aqua" begin
55
Aqua.test_all(
6-
OrdinaryDiffEqNonlinearSolve
6+
OrdinaryDiffEqNonlinearSolve;
7+
piracies = false
78
)
89
end

0 commit comments

Comments
 (0)