Skip to content

Commit 2d4962b

Browse files
authored
QuasiArrays v0.13 (#91)
1 parent 2ab3b4e commit 2d4962b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PiecewiseOrthogonalPolynomials"
22
uuid = "4461d12d-4663-4550-8580-cb764c85e20f"
33
authors = ["Sheehan Olver <solver@mac.com>"]
4-
version = "0.5.4"
4+
version = "0.5.5"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -20,19 +20,19 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
2020
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
2121

2222
[compat]
23-
ArrayLayouts = "1.0.12"
23+
ArrayLayouts = "1.11"
2424
BandedMatrices = "1.7"
2525
BlockArrays = "1"
2626
BlockBandedMatrices = "0.13"
27-
ClassicalOrthogonalPolynomials = "0.13, 0.14, 0.15"
28-
ContinuumArrays = "0.18, 0.19"
27+
ClassicalOrthogonalPolynomials = "0.15"
28+
ContinuumArrays = "0.19, 0.20"
2929
FillArrays = "1.0"
30-
InfiniteArrays = "0.14, 0.15"
31-
InfiniteLinearAlgebra = "0.8, 0.9, 0.10"
32-
LazyArrays = "2.0.4"
33-
LazyBandedMatrices = "0.10, 0.11"
30+
InfiniteArrays = "0.15"
31+
InfiniteLinearAlgebra = "0.10"
32+
LazyArrays = "2.8"
33+
LazyBandedMatrices = "0.11"
3434
MatrixFactorizations = "3"
35-
QuasiArrays = "0.11, 0.12"
35+
QuasiArrays = "0.12, 0.13"
3636
julia = "1.10"
3737

3838
[extras]

0 commit comments

Comments
 (0)