From 15b7cfc53e59df54fbaef1eec8af7911b5ce9443 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Oct 2023 01:09:30 +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 6b3ec4bd3..8388bfe28 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ DiffEqBase = "6.122" DiffEqDevTools = "2" ExponentialUtilities = "1" FastBroadcast = "0.2" -FastGaussQuadrature = "0.5" +FastGaussQuadrature = "0.5, 1" ForwardDiff = "0.10" FunctionWrappersWrappers = "0.1.3" GaussianDistributions = "0.5"