From 2b3f68df5e178f8eb11059d1110b6766706c2cc7 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Fri, 12 Jan 2024 10:31:00 +1100 Subject: [PATCH] Updated compats for FastGaussQuadrature.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f12b37532..ff302b64d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ BlockArrays = "0.12.12, 0.13, 0.14, 0.15, 0.16" Combinatorics = "1.0.0" DataStructures = "0.18.13" DocStringExtensions = "0.8.1, 0.9" -FastGaussQuadrature = "0.4.2" +FastGaussQuadrature = "0.4.2, 1" FileIO = "1.2.2, 1.3, 1.4" FillArrays = "0.8.4, 0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10.10"