Skip to content

Commit

Permalink
Unblock use of newer LinearSolve.jl by allowing BandedMatrices v1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 10, 2023
1 parent faba3b6 commit 5572f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BandedMatrices = "0.17"
BandedMatrices = "0.17,1"
CommonSolve = "0.2"
DiffResults = "1"
DocStringExtensions = "0.8,0.9"
Expand Down

0 comments on commit 5572f3d

Please sign in to comment.