From 3d064a5b35b0ee2f6153b26d1191ff8a91f86896 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:35:20 +0000 Subject: [PATCH] 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 Co-authored-by: Sheehan Olver --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 813e84e..634da9e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PiecewiseOrthogonalPolynomials" uuid = "4461d12d-4663-4550-8580-cb764c85e20f" authors = ["Sheehan Olver "] -version = "0.5.2" +version = "0.5.3" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -24,15 +24,15 @@ ArrayLayouts = "1.0.12" BandedMatrices = "1.7" BlockArrays = "1" BlockBandedMatrices = "0.13" -ClassicalOrthogonalPolynomials = "0.13, 0.14" -ContinuumArrays = "0.18" +ClassicalOrthogonalPolynomials = "0.13, 0.14, 0.15" +ContinuumArrays = "0.18, 0.19" FillArrays = "1.0" InfiniteArrays = "0.14, 0.15" InfiniteLinearAlgebra = "0.8, 0.9" LazyArrays = "2.0.4" LazyBandedMatrices = "0.10, 0.11" MatrixFactorizations = "3" -QuasiArrays = "0.11" +QuasiArrays = "0.11, 0.12" julia = "1.10" [extras]