From 35ada5db6cb9951be9a29202ffa92d4b5080f1e4 Mon Sep 17 00:00:00 2001 From: lxvm Date: Mon, 1 Jan 2024 08:36:39 -0800 Subject: [PATCH] bump FastGaussQuadrature v1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 82b0a55..868f245 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ CommonSolve = "0.2.4" Cuba = "2.2" Cubature = "1.5" Distributions = "0.25.87" -FastGaussQuadrature = "0.5" +FastGaussQuadrature = "0.5,1" FiniteDiff = "2.12" ForwardDiff = "0.10.19" HCubature = "1.5"