From 08f98c1b6584b622cb6966d8e881496b6fc6cad9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Sep 2024 00:53:07 +0000 Subject: [PATCH] CompatHelper: add new compat entry for QuadGK at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f92f2dd..207cf96 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ FFTW = "1" Interpolations = "0.14, 0.15" PolynomialRoots = "1" PreallocationTools = "0.4" +QuadGK = "2" SpectralDensities = "0.2" Statistics = "1" julia = "1.7"