From b52be7f63eb76121ed00fe6eefcb9dad5f060e1e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Jan 2025 00:44:37 +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 6bd26efd..0e32a25c 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] FEMQuad = "0.3" -FastGaussQuadrature = "0.4, 0.5" +FastGaussQuadrature = "0.4, 0.5, 1" ForwardDiff = "0.10" LinearSolve = "1, 2" NearestNeighbors = "0.4"