From ffcc86f3af345c3bcb819e4b85e85a4512d8750c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 7 Oct 2023 01:11:36 +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 42c9102df..e2272b89a 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ CodecZlib = "0.7" DocStringExtensions = "0.9" FFTW = "1" FLoops = "0.2" -FastGaussQuadrature = "0.4, 0.5" +FastGaussQuadrature = "0.4, 0.5, 1" GenericFFT = "0.1" JLD2 = "0.4" KernelAbstractions = "0.9"