File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
NonlinearSolveHomotopyContinuation
NonlinearSolveQuasiNewton Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
16
16
SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
17
17
TaylorDiff = " b36ab563-344f-407b-a36a-4f200bebf99c"
18
18
19
- [sources . NonlinearSolveBase ]
20
- path = " ../NonlinearSolveBase"
19
+ [sources ]
20
+ NonlinearSolveBase = { path = " ../NonlinearSolveBase" }
21
21
22
22
[compat ]
23
23
ADTypes = " 1.11.0"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
21
21
[weakdeps ]
22
22
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
23
23
24
- [sources . NonlinearSolveBase ]
25
- path = " ../NonlinearSolveBase"
24
+ [sources ]
25
+ NonlinearSolveBase = { path = " ../NonlinearSolveBase" }
26
26
27
27
[extensions ]
28
28
NonlinearSolveQuasiNewtonForwardDiffExt = " ForwardDiff"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
11
11
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
12
12
SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
13
13
14
- [sources . NonlinearSolveBase ]
15
- path = " ../NonlinearSolveBase"
14
+ [sources ]
15
+ NonlinearSolveBase = { path = " ../NonlinearSolveBase" }
16
16
17
17
[compat ]
18
18
ConcreteStructs = " 0.2.3"
Original file line number Diff line number Diff line change @@ -29,11 +29,9 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
29
29
ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
30
30
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
31
31
32
- [sources .BracketingNonlinearSolve ]
33
- path = " ../BracketingNonlinearSolve"
34
-
35
- [sources .NonlinearSolveBase ]
36
- path = " ../NonlinearSolveBase"
32
+ [sources ]
33
+ BracketingNonlinearSolve = {path = " ../BracketingNonlinearSolve" }
34
+ NonlinearSolveBase = {path = " ../NonlinearSolveBase" }
37
35
38
36
[extensions ]
39
37
SimpleNonlinearSolveChainRulesCoreExt = " ChainRulesCore"
You can’t perform that action at this time.
0 commit comments