We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79458d9 commit ae4543eCopy full SHA for ae4543e
lib/OrdinaryDiffEqNonlinearSolve/Project.toml
@@ -34,10 +34,13 @@ FastClosures = "0.3.2"
34
ForwardDiff = "0.10.36"
35
LinearAlgebra = "<0.0.1, 1"
36
LinearSolve = "2.32.0, 3"
37
+LineSearches = "7"
38
MuladdMacro = "0.2.4"
39
NonlinearSolve = "3.14.0, 4"
40
OrdinaryDiffEqCore = "1.21"
41
OrdinaryDiffEqDifferentiation = "1.5"
42
+OrdinaryDiffEqSDIRK = "1"
43
+ODEProblemLibrary = "0.1.8"
44
PreallocationTools = "0.4.23"
45
Random = "<0.0.1, 1"
46
RecursiveArrayTools = "3.27.0"
lib/OrdinaryDiffEqNonlinearSolve/test/qa.jl
@@ -3,6 +3,7 @@ using Aqua
3
4
@testset "Aqua" begin
5
Aqua.test_all(
6
- OrdinaryDiffEqNonlinearSolve
+ OrdinaryDiffEqNonlinearSolve;
7
+ piracies = false
8
)
9
end
0 commit comments