From ac8635fac2eb1b99910314771c51a3737ca84471 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Oct 2023 01:11:00 +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 66a915b..4440f6a 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a" Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" [compat] -FastGaussQuadrature = "0.4, 0.5" +FastGaussQuadrature = "0.4, 0.5, 1" GenericLinearAlgebra = "0.2, 0.3" Polynomials = "1, 2, 3, 4" julia = "1.6"