From 5dd634db08ef82caf1c651f32eef03f3e40e08af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 09:03:56 +0100 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#28) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d3cb301..fcb3d3d 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ FastGaussQuadrature = "0.4.2" FastTransforms = "0.11, 0.12, 0.13" Parameters = "0.12" Requires = "1" -SpecialFunctions = "1" +SpecialFunctions = "1, 2" julia = "0.7, 1" [extras]