From 4fa8fd6d0ef1dec0f4ca4c1f235364bc1ffb6c92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:28:57 +0000 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 1, (keep existing compat) (#247) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 215892683..45581c86b 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"