From d2550143bc63f29991c42c25b0e045212ccf68d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Nov 2021 00:06:08 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c5fd7fc..ccdf2781 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ LogExpFunctions = "0.3" NaNMath = "0.2.2, 0.3" Preferences = "1" SIMD = "3" -SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 1.0" +SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1.0" julia = "1.6"