From 977781dc8d250db084d55b34e30b12932a305fb4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 Oct 2023 00:41:59 +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 b8212131..d17970e6 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ Arpack = "=0.5.3" BlockArrays = "0.14, 0.15, ^0.16" DataStructures = "0.17, 0.18" DocStringExtensions = "0.8.2, 0.8.3, 0.9" -FastGaussQuadrature = "^0.4, ^0.5" +FastGaussQuadrature = "^0.4, ^0.5, 1" ForwardDiff = "^0.10" IterativeSolvers = "0.8.4, 0.8.5, ^0.9" KrylovKit = "0.5.4, ^0.6"