Skip to content

Commit 2f5ae48

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

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BracketingNonlinearSolve = "1"
8484
CommonSolve = "0.2.4"
8585
ConcreteStructs = "0.2.3"
8686
DiffEqBase = "6.158.3"
87-
DifferentiationInterface = "0.7"
87+
DifferentiationInterface = "0.7.3"
8888
ExplicitImports = "1.5"
8989
FastClosures = "0.3.2"
9090
FastLevenbergMarquardt = "0.1"
@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ AlgebraicMultigrid = "0.5, 0.6, 1"
5151
ArrayInterface = "6, 7"
5252
BenchmarkTools = "1"
5353
BracketingNonlinearSolve = "1"
54-
DiffEqBase = "6.158.3"
55-
DifferentiationInterface = "0.7"
54+
DiffEqBase = "6.188"
55+
DifferentiationInterface = "0.7.3"
5656
Documenter = "1"
5757
DocumenterCitations = "1"
5858
DocumenterInterLinks = "1.0.0"
@@ -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/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CommonSolve = "0.2.4"
5454
Compat = "4.15"
5555
ConcreteStructs = "0.2.3"
5656
DiffEqBase = "6.158.3"
57-
DifferentiationInterface = "0.7"
57+
DifferentiationInterface = "0.7.3"
5858
EnzymeCore = "0.8"
5959
ExplicitImports = "1.10.1"
6060
FastClosures = "0.3"

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/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ADTypes = "1.11.0"
2424
Aqua = "0.8"
2525
CommonSolve = "0.2.4"
2626
ConcreteStructs = "0.2.3"
27-
DifferentiationInterface = "0.7"
27+
DifferentiationInterface = "0.7.3"
2828
DocStringExtensions = "0.9.3"
2929
Enzyme = "0.13"
3030
HomotopyContinuation = "2.12.0"

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Aqua = "0.8.7"
2020
ArrayInterface = "7.16"
2121
ConcreteStructs = "0.2.3"
2222
ConstructionBase = "1.5"
23-
DifferentiationInterface = "0.7"
23+
DifferentiationInterface = "0.7.3"
2424
Enzyme = "0.13.11"
2525
ExplicitImports = "1.9.0"
2626
FastClosures = "0.3.2"
@@ -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"

0 commit comments

Comments
 (0)