Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[compat]
FastBroadcast = "0.2.5, 0.3"
LinearAlgebra = "1.7"
LinearSolve = "2.21"
LinearSolve = "2.21, 3"
MuladdMacro = "0.2.1"
OrdinaryDiffEq = "6.59"
Reexport = "1"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BenchmarkTools = "1"
Documenter = "1"
InteractiveUtils = "1"
LinearAlgebra = "1.7"
LinearSolve = "2.21"
LinearSolve = "2.21, 3"
OrdinaryDiffEq = "6.59"
Pkg = "1"
Plots = "1"
Expand Down
2 changes: 1 addition & 1 deletion examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[compat]
BenchmarkTools = "1"
DiffEqDevTools = "2"
LinearSolve = "2"
LinearSolve = "2, 3"
OrdinaryDiffEq = "6"
Plots = "1"
PositiveIntegrators = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Aqua = "0.7, 0.8"
ExplicitImports = "1.0.1"
LinearSolve = "2.21"
LinearSolve = "2.21, 3"
OrdinaryDiffEq = "6.59"
Plots = "1.11.1"
StaticArrays = "1.5"
Expand Down
Loading