Skip to content

Commit

Permalink
bump compat for BandedMatrices to 0.17 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Mar 29, 2022
1 parent 9e8d169 commit 18bc763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"

[compat]
BandedMatrices = "0.15, 0.16"
BandedMatrices = "0.15, 0.16, 0.17"
BenchmarkTools = "0.5, 0.7, 1.0 - 1.2.0, 1.2.2"
DiffEqOperators = "4.26"
Documenter = "0.26, 0.27"
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 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BandedMatrices = "0.15, 0.16"
BandedMatrices = "0.15, 0.16, 0.17"
DiffEqCallbacks = "2"
OrdinaryDiffEq = "5, 6"
SpecialFunctions = "1, 2"
Expand Down

0 comments on commit 18bc763

Please sign in to comment.