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
55using NonlinearSolveBase, SciMLBase, DiffEqBase
66using SimpleNonlinearSolve, BracketingNonlinearSolve
77using NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods
8- using NonlinearSolveHomotopyContinuation
8+ using NonlinearSolveHomotopyContinuation, NonlinearSolveSciPy
99using SciMLJacobianOperators
1010using NonlinearSolve, SteadyStateDiffEq
1111
@@ -38,7 +38,7 @@ makedocs(;
3838 NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods,
3939 NonlinearSolveHomotopyContinuation,
4040 Sundials,
41- SciMLJacobianOperators,
41+ SciMLJacobianOperators, NonlinearSolveSciPy,
4242 NonlinearSolve, SteadyStateDiffEq
4343 ],
4444 clean = true ,
You can’t perform that action at this time.
0 commit comments