Skip to content

Commit 4c2de12

Browse files
authored
Support older versions of BlockArrays and BlockBandedMatrices
1 parent c8ffc94 commit 4c2de12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2828
AbstractFFTs = "0.5, 1"
2929
Aqua = "0.8"
3030
BandedMatrices = "0.17.18, 1"
31-
BlockArrays = "1"
32-
BlockBandedMatrices = "0.13"
31+
BlockArrays = "0.16.26, 1"
32+
BlockBandedMatrices = "0.12, 0.13"
3333
Calculus = "0.5"
3434
Combinatorics = "1.0.2"
3535
DSP = "0.7.4"

0 commit comments

Comments
 (0)