From a283f4b7c71d277e743b3920e8abf2d2a76897d1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 28 Jul 2022 02:15:01 +0000 Subject: [PATCH] CompatHelper: bump compat for BesselK to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 123bbf9..13e5c23 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" WoodburyFactorizations = "9f1bac23-581c-4ebc-bd36-df60d764636d" [compat] -BesselK = "0.3" +BesselK = "0.3, 0.4" BlockFactorizations = "1.2.1" DiffResults = "1.0" FFTW = "1"