Skip to content

Commit

Permalink
Merge 358654a into 6316529
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Oct 4, 2023
2 parents 6316529 + 358654a commit b1fb61f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.50"
version = "0.5.51"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down Expand Up @@ -38,7 +38,7 @@ SummationByPartsOperatorsStructArraysExt = "StructArrays"
[compat]
ArgCheck = "1, 2.0"
AutoHashEquals = "0.2, 1, 2"
BandedMatrices = "0.17"
BandedMatrices = "0.17, 1"
DiffEqCallbacks = "2"
FFTW = "1"
ForwardDiff = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"

[compat]
BandedMatrices = "0.15, 0.16, 0.17"
BandedMatrices = "0.15, 0.16, 0.17, 1"
BenchmarkTools = "0.5, 0.7, 1.0 - 1.2.0, 1.2.2"
DiffEqOperators = "4.26"
Documenter = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.5, 0.6, 0.7"
BandedMatrices = "0.15, 0.16, 0.17"
BandedMatrices = "0.15, 0.16, 0.17, 1"
DiffEqCallbacks = "2"
ForwardDiff = "0.10"
OrdinaryDiffEq = "5, 6"
Expand Down

0 comments on commit b1fb61f

Please sign in to comment.