Skip to content

Commit d3c7053

Browse files
Apply suggestions from code review
1 parent 131ff14 commit d3c7053

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ConcreteStructs = "0.2.3"
3131
ExplicitImports = "1.10.1"
3232
ForwardDiff = "0.10.36, 1"
3333
InteractiveUtils = "<0.0.1, 1"
34-
NonlinearSolveBase = "1.15"
34+
NonlinearSolveBase = "1.14"
3535
PrecompileTools = "1.2"
3636
Reexport = "1.2.2"
3737
SciMLBase = "2.69"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ LinearAlgebra = "1.10"
4848
LinearSolve = "2.36.1, 3"
4949
MaybeInplace = "0.1.4"
5050
NonlinearProblemLibrary = "0.1.2"
51-
NonlinearSolveBase = "1.15"
51+
NonlinearSolveBase = "1.14"
5252
Pkg = "1.10"
5353
PrecompileTools = "1.2"
5454
Random = "1.10"

lib/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Enzyme = "0.13"
3030
HomotopyContinuation = "2.12.0"
3131
LinearAlgebra = "1.10"
3232
NaNMath = "1.1"
33-
NonlinearSolve = "4.11"
33+
NonlinearSolve = "4.10"
3434
NonlinearSolveBase = "1.15"
3535
SciMLBase = "2.72.2"
3636
SymbolicIndexingInterface = "0.3.36"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LinearAlgebra = "1.10"
4747
LinearSolve = "2.36.1, 3"
4848
MaybeInplace = "0.1.4"
4949
NonlinearProblemLibrary = "0.1.2"
50-
NonlinearSolveBase = "1.15"
50+
NonlinearSolveBase = "1.14"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
ReTestItems = "1.24"

lib/NonlinearSolveSciPy/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "../NonlinearSolveBase"
1818
ConcreteStructs = "0.2.3"
1919
Hwloc = "3"
2020
InteractiveUtils = "<0.0.1, 1"
21-
NonlinearSolveBase = "1.15"
21+
NonlinearSolveBase = "1.14"
2222
PrecompileTools = "1.2"
2323
PythonCall = "0.9"
2424
ReTestItems = "1.24"

lib/NonlinearSolveSpectralMethods/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ InteractiveUtils = "<0.0.1, 1"
3636
LineSearch = "0.1.4"
3737
MaybeInplace = "0.1.4"
3838
NonlinearProblemLibrary = "0.1.2"
39-
NonlinearSolveBase = "1.15"
39+
NonlinearSolveBase = "1.14"
4040
Pkg = "1.10"
4141
PrecompileTools = "1.2"
4242
ReTestItems = "1.24"

lib/SCCNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Hwloc = "3"
2424
InteractiveUtils = "<0.0.1, 1"
2525
NonlinearProblemLibrary = "0.1.2"
2626
NonlinearSolve = "4.11"
27-
NonlinearSolveBase = "1.15"
27+
NonlinearSolveBase = "1.14"
2828
NonlinearSolveFirstOrder = "1.8"
2929
Pkg = "1.10"
3030
PrecompileTools = "1.2"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SimpleNonlinearSolveTrackerExt = "Tracker"
4545
ADTypes = "1.2"
4646
Aqua = "0.8.7"
4747
ArrayInterface = "7.16"
48-
BracketingNonlinearSolve = "1.4"
48+
BracketingNonlinearSolve = "1.3"
4949
ChainRulesCore = "1.24"
5050
CommonSolve = "0.2.4"
5151
ConcreteStructs = "0.2.3"
@@ -61,7 +61,7 @@ LineSearch = "0.1.3"
6161
LinearAlgebra = "1.10"
6262
MaybeInplace = "0.1.4"
6363
NonlinearProblemLibrary = "0.1.2"
64-
NonlinearSolveBase = "1.15"
64+
NonlinearSolveBase = "1.14"
6565
Pkg = "1.10"
6666
PolyesterForwardDiff = "0.1.3"
6767
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)