From 1b8a35bf8ee5c16b2cbf16874689c3ea00d68c3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 00:29:37 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "1.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c65032d64..f7ec8aa46 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Compat = "2.2, 3" Distances = "0.9.1, 0.10" Functors = "0.1" Requires = "1.0.1" -SpecialFunctions = "0.8, 0.9, 0.10" +SpecialFunctions = "0.8, 0.9, 0.10, 1.1" StatsBase = "0.32, 0.33" StatsFuns = "0.8, 0.9" ZygoteRules = "0.2"