Skip to content

Commit 3e9e456

Browse files
Apply suggestions from code review
1 parent f5666f8 commit 3e9e456

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DiffEqDevTools = "2.44.4"
4848
MuladdMacro = "0.2"
4949
LinearSolve = "3.26"
5050
PrecompileTools = "1.2"
51-
LinearAlgebra = "1.11"
51+
LinearAlgebra = "1.10"
5252
OrdinaryDiffEqDifferentiation = "1.5"
5353
OrdinaryDiffEqSDIRK = "1.3"
5454
TruncatedStacktraces = "1.4"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ MuladdMacro = "0.2"
6363
PrecompileTools = "1.2"
6464
EnumX = "1.0"
6565
Polyester = "0.7"
66-
LinearAlgebra = "1.11"
66+
LinearAlgebra = "1.10"
6767
TruncatedStacktraces = "1.4"
6868
SimpleUnPack = "1.1"
6969
SciMLBase = "2.99"

lib/OrdinaryDiffEqDefault/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OrdinaryDiffEqVerner = "<0.0.1, 1"
4040
LinearSolve = "3.26"
4141
PrecompileTools = "1.2"
4242
EnumX = "1.0"
43-
LinearAlgebra = "1.11"
43+
LinearAlgebra = "1.10"
4444
SciMLBase = "2.99"
4545
OrdinaryDiffEqCore = "1.14"
4646
SparseArrays = "1.11"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ StaticArrayInterface = "1.8"
4545
DifferentiationInterface = "0.7"
4646
LinearSolve = "3.26"
4747
ConstructionBase = "1.5.8"
48-
LinearAlgebra = "1.11"
48+
LinearAlgebra = "1.10"
4949
SciMLBase = "2.99"
5050
OrdinaryDiffEqCore = "1.21"
5151
SparseArrays = "1.11"

lib/OrdinaryDiffEqExplicitRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FastBroadcast = "0.3"
2929
Random = "<0.0.1, 1"
3030
DiffEqDevTools = "2.44.4"
3131
MuladdMacro = "0.2"
32-
LinearAlgebra = "1.11"
32+
LinearAlgebra = "1.10"
3333
TruncatedStacktraces = "1.4"
3434
SciMLBase = "2.99"
3535
OrdinaryDiffEqCore = "1"

lib/OrdinaryDiffEqExponentialRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MuladdMacro = "0.2"
4040
OrdinaryDiffEqVerner = "<0.0.1, 1"
4141
LinearSolve = "3.26"
4242
ExponentialUtilities = "1.27"
43-
LinearAlgebra = "1.11"
43+
LinearAlgebra = "1.10"
4444
OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2"
4545
OrdinaryDiffEqSDIRK = "<0.0.1, 1"
4646
SciMLBase = "2.99"

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FastGaussQuadrature = "1.0.2"
4141
MuladdMacro = "0.2"
4242
LinearSolve = "3.26"
4343
Polyester = "0.7"
44-
LinearAlgebra = "1.11"
44+
LinearAlgebra = "1.10"
4545
OrdinaryDiffEqDifferentiation = "1.5"
4646
SciMLBase = "2.99"
4747
OrdinaryDiffEqCore = "1.21"

lib/OrdinaryDiffEqLinear/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Random = "<0.0.1, 1"
3333
DiffEqDevTools = "2.44.4"
3434
OrdinaryDiffEqVerner = "<0.0.1, 1"
3535
ExponentialUtilities = "1.27"
36-
LinearAlgebra = "1.11"
36+
LinearAlgebra = "1.10"
3737
SciMLBase = "2.99"
3838
OrdinaryDiffEqCore = "1.1"
3939
Aqua = "0.8.11"

lib/OrdinaryDiffEqLowOrderRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FastBroadcast = "0.3"
3030
Random = "<0.0.1, 1"
3131
DiffEqDevTools = "2.44.4"
3232
MuladdMacro = "0.2"
33-
LinearAlgebra = "1.11"
33+
LinearAlgebra = "1.10"
3434
SciMLBase = "2.99"
3535
OrdinaryDiffEqCore = "1.1"
3636
Static = "1.2"

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ DiffEqDevTools = "2.44.4"
4646
MuladdMacro = "0.2"
4747
LinearSolve = "3.26"
4848
LineSearches = "7.4"
49-
LinearAlgebra = "1.11"
49+
LinearAlgebra = "1.10"
5050
OrdinaryDiffEqDifferentiation = "1.5"
5151
OrdinaryDiffEqSDIRK = "1"
5252
SciMLBase = "2.99"

0 commit comments

Comments
 (0)