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 0dd16db commit 0a82b37Copy full SHA for 0a82b37
lib/NonlinearSolveHomotopyContinuation/Project.toml
@@ -19,6 +19,9 @@ TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
19
[sources.NonlinearSolveBase]
20
path = "../NonlinearSolveBase"
21
22
+[sources.NonlinearSolve]
23
+path = "../.."
24
+
25
[compat]
26
ADTypes = "1.11.0"
27
Aqua = "0.8"
lib/SCCNonlinearSolve/Project.toml
@@ -35,6 +35,7 @@ julia = "1.10"
35
[sources]
36
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
37
NonlinearSolveFirstOrder = {path = "../NonlinearSolveFirstOrder"}
38
+NonlinearSolve = {path = "../.."}
39
40
[extras]
41
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments