From ca4e46620f2f71d996a4e1e917976c214cce35a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 07:55:56 +0100 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 0.5, (keep existing compat) (#35) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f2bda6a..02cd188 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] ArgCheck = "2.0" FFTW = "1" -FastGaussQuadrature = "0.4.2" +FastGaussQuadrature = "0.4.2, 0.5" Requires = "1" SpecialFunctions = "1, 2" UnPack = "1"