From 2685416dbf7f06c4f0a6b71c7bd7e31b31078b38 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Oct 2023 01:17:46 +0000 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 00bb0171..86705d6a 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" [compat] AbstractFFTs = "1.0" FFTW = "1.7" -FastGaussQuadrature = "0.4, 0.5" +FastGaussQuadrature = "0.4, 0.5, 1" FastTransforms_jll = "0.6.2" FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" GenericFFT = "0.1"