File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ using Sundials
5
5
using NonlinearSolveBase, SciMLBase, DiffEqBase
6
6
using SimpleNonlinearSolve, BracketingNonlinearSolve
7
7
using NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods
8
- using NonlinearSolveHomotopyContinuation
8
+ using NonlinearSolveHomotopyContinuation, NonlinearSolveSciPy
9
9
using SciMLJacobianOperators
10
10
using NonlinearSolve, SteadyStateDiffEq
11
11
@@ -38,7 +38,7 @@ makedocs(;
38
38
NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods,
39
39
NonlinearSolveHomotopyContinuation,
40
40
Sundials,
41
- SciMLJacobianOperators,
41
+ SciMLJacobianOperators, NonlinearSolveSciPy,
42
42
NonlinearSolve, SteadyStateDiffEq
43
43
],
44
44
clean = true ,
You can’t perform that action at this time.
0 commit comments