Skip to content

Commit 0f70bc4

Browse files
committed
fix: more min compat
1 parent 3519ba4 commit 0f70bc4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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.4"
50+
NonlinearSolveBase = "1.14"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
Random = "1.10"

lib/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveHomotopyContinuation"
22
uuid = "2ac3b008-d579-4536-8c91-a1a5998c2f8b"
33
authors = ["Aayush Sabharwal <[email protected]> and contributors"]
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -30,10 +30,10 @@ Enzyme = "0.13"
3030
HomotopyContinuation = "2.12.0"
3131
LinearAlgebra = "1.10"
3232
NaNMath = "1.1"
33-
NonlinearSolve = "4"
34-
NonlinearSolveBase = "1.3.3"
35-
SciMLBase = "2.72.2"
36-
SymbolicIndexingInterface = "0.3.36"
33+
NonlinearSolve = "4.10"
34+
NonlinearSolveBase = "1.14"
35+
SciMLBase = "2.116"
36+
SymbolicIndexingInterface = "0.3.43"
3737
TaylorDiff = "0.3.1"
3838
Test = "1.10"
3939
julia = "1.10"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveQuasiNewton"
22
uuid = "9a2c21bd-3a47-402d-9113-8faf9a0ee114"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.8.0"
4+
version = "1.8.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -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.4"
50+
NonlinearSolveBase = "1.14"
5151
Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
ReTestItems = "1.24"

lib/NonlinearSolveSpectralMethods/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolveSpectralMethods"
22
uuid = "26075421-4e9a-44e1-8bd1-420ed7ad02b2"
33
authors = ["Avik Pal <[email protected]> and contributors"]
4-
version = "1.3.0"
4+
version = "1.3.1"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -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.4"
39+
NonlinearSolveBase = "1.14"
4040
Pkg = "1.10"
4141
PrecompileTools = "1.2"
4242
ReTestItems = "1.24"

0 commit comments

Comments
 (0)