From 0add94b63f576bf5a567d02c27cc9299f8d99c39 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Jan 2025 01:41:51 +0000 Subject: [PATCH] CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4fac8f2..d41617e 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ BandedMatrices = "1" BlockArrays = "1.0" BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.14.1" -ContinuumArrays = "0.18" +ContinuumArrays = "0.18, 0.19" DomainSets = "0.7" FastTransforms = "0.17" FillArrays = "1.0"