Skip to content

Commit

Permalink
update LinearSolve again to fix StaticArray issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Jul 9, 2024
1 parent 2a4c0bc commit 4c1ccf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20.1"
LinearSolve = "2.21"
MuladdMacro = "0.2.1"
OrdinaryDiffEq = "6.59"
Reexport = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7, 0.8"
LinearSolve = "2.20.1"
LinearSolve = "2.21"
OrdinaryDiffEq = "6.59"
StaticArrays = "1.5"
Statistics = "1"

0 comments on commit 4c1ccf3

Please sign in to comment.