From 085019b11441a1ab43e039f6f6df173334d926d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Oct 2023 00:15:01 +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 29a029e1..307277e3 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6" Adapt = "1, 2, 3.3" FFTW = "1.2" FastExpm = "1.1.0" -FastGaussQuadrature = "0.5" +FastGaussQuadrature = "0.5, 1" FillArrays = "0.13, 1" LRUCache = "1" QuantumInterface = "0.3.3"