From 88c1a20d993e39c739601ec85ae2c275525670ea Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Nov 2022 02:23:17 +0000 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 43989cd..2d21738 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" CUDA = "3" Distributions = "0.25" DocStringExtensions = "0.8, 0.9" -FastGaussQuadrature = "0.4" +FastGaussQuadrature = "0.4, 0.5" Parameters = "0.12" Polynomials = "2, 3" QuadGK = "2"