Skip to content

Commit 84bd88b

Browse files
committed
fix: more min compat
1 parent b823064 commit 84bd88b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Printf = "1.10"
7070
RecursiveArrayTools = "3"
7171
SciMLBase = "2.92"
7272
SciMLJacobianOperators = "0.1.1"
73-
SciMLOperators = "0.4, 1.0"
73+
SciMLOperators = "1.7"
7474
SparseArrays = "1.10"
7575
SparseMatrixColorings = "0.4.5"
7676
StaticArraysCore = "1.4"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PrecompileTools = "1.2"
5353
ReTestItems = "1.24"
5454
Reexport = "1.2.2"
5555
SciMLBase = "2.69"
56-
SciMLOperators = "0.4, 1"
56+
SciMLOperators = "1.7"
5757
StableRNGs = "1"
5858
StaticArrays = "1.9.8"
5959
StaticArraysCore = "1.4.3"

lib/SciMLJacobianOperators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ InteractiveUtils = "<0.0.1, 1"
3030
LinearAlgebra = "1.10"
3131
ReverseDiff = "1.15"
3232
SciMLBase = "2.69"
33-
SciMLOperators = "0.4, 1"
33+
SciMLOperators = "1.7"
3434
Test = "1.10"
3535
TestItemRunner = "1"
3636
Tracker = "0.2.35"

0 commit comments

Comments
 (0)