Skip to content

Commit aeab931

Browse files
committed
fix: more min compat
1 parent f05de75 commit aeab931

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ NonlinearSolveBase = "1.14"
108108
NonlinearSolveFirstOrder = "1.2"
109109
NonlinearSolveQuasiNewton = "1.8"
110110
NonlinearSolveSpectralMethods = "1.1"
111-
OrdinaryDiffEqTsit5 = "1.1.0"
111+
OrdinaryDiffEqTsit5 = "1.5"
112112
PETSc = "0.3"
113113
Pkg = "1.10"
114114
PolyesterForwardDiff = "0.1.3"
@@ -118,7 +118,7 @@ Random = "1.10"
118118
ReTestItems = "1.24"
119119
Reexport = "1.2.2"
120120
SIAMFANLEquations = "1.0.1"
121-
SciMLBase = "2.69"
121+
SciMLBase = "2.116"
122122
SimpleNonlinearSolve = "2.1"
123123
SparseArrays = "1.10"
124124
SparseConnectivityTracer = "0.6.5, 1"

docs/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ AlgebraicMultigrid = "0.5, 0.6, 1"
5151
ArrayInterface = "6, 7"
5252
BenchmarkTools = "1"
5353
BracketingNonlinearSolve = "1"
54-
DiffEqBase = "6.158.3"
54+
DiffEqBase = "6.188"
5555
DifferentiationInterface = "0.7"
5656
Documenter = "1"
5757
DocumenterCitations = "1"
@@ -67,11 +67,11 @@ NonlinearSolveHomotopyContinuation = "0.1"
6767
NonlinearSolveQuasiNewton = "1"
6868
NonlinearSolveSciPy = "1"
6969
NonlinearSolveSpectralMethods = "1"
70-
OrdinaryDiffEqTsit5 = "1.1.0"
70+
OrdinaryDiffEqTsit5 = "1.5"
7171
PETSc = "0.3"
7272
Plots = "1"
7373
Random = "1.10"
74-
SciMLBase = "2.69"
74+
SciMLBase = "2.116"
7575
SciMLJacobianOperators = "0.1"
7676
SimpleNonlinearSolve = "2"
7777
SparseConnectivityTracer = "0.6.5, 1"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PrecompileTools = "1.2"
5454
Random = "1.10"
5555
ReTestItems = "1.24"
5656
Reexport = "1.2.2"
57-
SciMLBase = "2.69"
57+
SciMLBase = "2.116"
5858
SciMLJacobianOperators = "0.1.0"
5959
Setfield = "1.1.1"
6060
SparseArrays = "1.10"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pkg = "1.10"
5252
PrecompileTools = "1.2"
5353
ReTestItems = "1.24"
5454
Reexport = "1.2.2"
55-
SciMLBase = "2.69"
55+
SciMLBase = "2.116"
5656
SciMLOperators = "1.7"
5757
StableRNGs = "1"
5858
StaticArrays = "1.9.8"

lib/NonlinearSolveSciPy/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PrecompileTools = "1.2"
2323
PythonCall = "0.9"
2424
ReTestItems = "1.24"
2525
Reexport = "1.2.2"
26-
SciMLBase = "2.69"
26+
SciMLBase = "2.116"
2727
Test = "1.10"
2828
julia = "1.10"
2929

lib/NonlinearSolveSpectralMethods/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pkg = "1.10"
4141
PrecompileTools = "1.2"
4242
ReTestItems = "1.24"
4343
Reexport = "1.2.2"
44-
SciMLBase = "2.69"
44+
SciMLBase = "2.116"
4545
StableRNGs = "1"
4646
StaticArrays = "1.9.8"
4747
Test = "1.10"

lib/SCCNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pkg = "1.10"
2525
PrecompileTools = "1.2"
2626
ReTestItems = "1.24"
2727
Reexport = "1.2.2"
28-
SciMLBase = "2.69"
28+
SciMLBase = "2.116"
2929
StableRNGs = "1"
3030
StaticArrays = "1.9.8"
3131
SymbolicIndexingInterface = "0.3.36"

lib/SciMLJacobianOperators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ForwardDiff = "0.10.36, 1"
2929
InteractiveUtils = "<0.0.1, 1"
3030
LinearAlgebra = "1.10"
3131
ReverseDiff = "1.15"
32-
SciMLBase = "2.69"
32+
SciMLBase = "2.116"
3333
SciMLOperators = "1.7"
3434
Test = "1.10"
3535
TestItemRunner = "1"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PrecompileTools = "1.2"
6868
Random = "1.10"
6969
Reexport = "1.2.2"
7070
ReverseDiff = "1.15"
71-
SciMLBase = "2.69"
71+
SciMLBase = "2.116"
7272
Setfield = "1.1.1"
7373
StaticArrays = "1.9"
7474
StaticArraysCore = "1.4.3"

0 commit comments

Comments
 (0)