From 8a6651808bfea042b1153e148f36a2e28762c9f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:42:41 +0100 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat) (#96) Co-authored-by: CompatHelper Julia Co-authored-by: Sheehan Olver --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d10ea20..fba7b4f 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ BlockBandedMatrices = "0.12" ClassicalOrthogonalPolynomials = "0.11" ContinuumArrays = "0.16" DomainSets = "0.5, 0.6" -FastGaussQuadrature = "0.5" +FastGaussQuadrature = "0.5, 1" FastTransforms = "0.15" FillArrays = "0.13, 1" ForwardDiff = "0.10.12"