From b5b50b4032deaa79430d0aabf500669757d41573 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 10 Sep 2022 02:40:15 +0000 Subject: [PATCH] CompatHelper: bump compat for BesselK to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 123bbf9..a456bae 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.5" BlockFactorizations = "1.2.1" DiffResults = "1.0" FFTW = "1"