From 0d47f11e92b302487a5812dbb78d460109b37f2d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Oct 2023 00:11:57 +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 d096988198..fd904aa876 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,7 @@ Dierckx = "0.5" DiffEqCallbacks = "2" Distributions = "0.25" DocStringExtensions = "0.8, 0.9" -FastGaussQuadrature = "0.4, 0.5" +FastGaussQuadrature = "0.4, 0.5, 1" ImageFiltering = "0.7" Insolation = "0.6" Interpolations = "0.14"