Skip to content

Commit 25ca232

Browse files
committed
update upper bounds
1 parent 3f9866b commit 25ca232

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2929

3030
[compat]
3131
AbstractFFTs = "0.4"
32-
BandedMatrices = "0.9, 0.10"
33-
BlockArrays = "0.9"
34-
BlockBandedMatrices = "0.4.3"
32+
BandedMatrices = "0.11"
33+
BlockArrays = "0.9, 0.10"
34+
BlockBandedMatrices = "0.5"
3535
Calculus = "0.5"
3636
DSP = "0.5, 0.6"
3737
DomainSets = "0.1"
@@ -40,11 +40,11 @@ FFTW = "0.3"
4040
FastGaussQuadrature = "0.3.2, 0.4"
4141
FastTransforms = "0.5, 0.6"
4242
FillArrays = "0.6, 0.7"
43-
InfiniteArrays = "0.1, 0.2"
43+
InfiniteArrays = "0.2"
4444
IntervalSets = "0.3.1"
45-
LazyArrays = "0.8, 0.9, 0.10, 0.11"
45+
LazyArrays = "0.11"
4646
LowRankApprox = "0.2"
47-
SpecialFunctions = "0.7"
47+
SpecialFunctions = "0.7, 0.8"
4848
StaticArrays = "0.9, 0.10, 0.11"
4949
ToeplitzMatrices = "0.5, 0.6"
5050
julia = "1.0"

0 commit comments

Comments
 (0)