Skip to content

Commit 275b4f3

Browse files
jClugstorChrisRackauckas
authored andcommitted
bump compats for NonlinearSolveBase
1 parent 3b797cd commit 275b4f3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ InteractiveUtils = "<0.0.1, 1"
7979
LineSearch = "0.1"
8080
LinearSolve = "2, 3"
8181
NonlinearSolve = "4"
82-
NonlinearSolveBase = "1"
82+
NonlinearSolveBase = "1.15"
8383
NonlinearSolveFirstOrder = "1"
8484
NonlinearSolveHomotopyContinuation = "0.1"
8585
NonlinearSolveQuasiNewton = "1"

lib/BracketingNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ConcreteStructs = "0.2.3"
3030
ExplicitImports = "1.10.1"
3131
ForwardDiff = "0.10.36, 1"
3232
InteractiveUtils = "<0.0.1, 1"
33-
NonlinearSolveBase = "1.1"
33+
NonlinearSolveBase = "1.15"
3434
PrecompileTools = "1.2"
3535
Reexport = "1.2.2"
3636
SciMLBase = "2.116"

lib/NonlinearSolveFirstOrder/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.14"
50+
NonlinearSolveBase = "1.15"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
Random = "1.10"

lib/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HomotopyContinuation = "2.12.0"
3131
LinearAlgebra = "1.10"
3232
NaNMath = "1.1"
3333
NonlinearSolve = "4.10"
34-
NonlinearSolveBase = "1.14"
34+
NonlinearSolveBase = "1.15"
3535
SciMLBase = "2.116"
3636
SymbolicIndexingInterface = "0.3.43"
3737
TaylorDiff = "0.3.1"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LinearAlgebra = "1.10"
4545
LinearSolve = "2.36.1, 3"
4646
MaybeInplace = "0.1.4"
4747
NonlinearProblemLibrary = "0.1.2"
48-
NonlinearSolveBase = "1.14"
48+
NonlinearSolveBase = "1.15"
4949
Pkg = "1.10"
5050
PrecompileTools = "1.2"
5151
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.14"
21+
NonlinearSolveBase = "1.15"
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
@@ -34,7 +34,7 @@ InteractiveUtils = "<0.0.1, 1"
3434
LineSearch = "0.1.4"
3535
MaybeInplace = "0.1.4"
3636
NonlinearProblemLibrary = "0.1.2"
37-
NonlinearSolveBase = "1.14"
37+
NonlinearSolveBase = "1.15"
3838
Pkg = "1.10"
3939
PrecompileTools = "1.2"
4040
ReTestItems = "1.24"

lib/SCCNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Hwloc = "3"
1919
InteractiveUtils = "<0.0.1, 1"
2020
NonlinearProblemLibrary = "0.1.2"
2121
NonlinearSolve = "4.8"
22-
NonlinearSolveBase = "1.5.1"
22+
NonlinearSolveBase = "1.15"
2323
NonlinearSolveFirstOrder = "1"
2424
Pkg = "1.10"
2525
PrecompileTools = "1.2"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ LineSearch = "0.1.3"
5959
LinearAlgebra = "1.10"
6060
MaybeInplace = "0.1.4"
6161
NonlinearProblemLibrary = "0.1.2"
62-
NonlinearSolveBase = "1.14"
62+
NonlinearSolveBase = "1.15"
6363
Pkg = "1.10"
6464
PolyesterForwardDiff = "0.1.3"
6565
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)