Skip to content

Commit 3d064a5

Browse files
github-actions[bot]CompatHelper Juliadlfivefifty
authored
CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing compat) (#88)
* CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent b67680c commit 3d064a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 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.2"
4+
version = "0.5.3"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -24,15 +24,15 @@ ArrayLayouts = "1.0.12"
2424
BandedMatrices = "1.7"
2525
BlockArrays = "1"
2626
BlockBandedMatrices = "0.13"
27-
ClassicalOrthogonalPolynomials = "0.13, 0.14"
28-
ContinuumArrays = "0.18"
27+
ClassicalOrthogonalPolynomials = "0.13, 0.14, 0.15"
28+
ContinuumArrays = "0.18, 0.19"
2929
FillArrays = "1.0"
3030
InfiniteArrays = "0.14, 0.15"
3131
InfiniteLinearAlgebra = "0.8, 0.9"
3232
LazyArrays = "2.0.4"
3333
LazyBandedMatrices = "0.10, 0.11"
3434
MatrixFactorizations = "3"
35-
QuasiArrays = "0.11"
35+
QuasiArrays = "0.11, 0.12"
3636
julia = "1.10"
3737

3838
[extras]

0 commit comments

Comments
 (0)