From cc4a82ad77f118b82d1cacacda276d570052c335 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Dec 2021 01:05:49 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d317bfad1..6daa3c9f4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "KernelFunctions" uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392" -version = "0.10.22" +version = "0.10.23" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -30,7 +30,7 @@ Functors = "0.1, 0.2" IrrationalConstants = "0.1" LogExpFunctions = "0.2.1, 0.3" Requires = "1.0.1" -SpecialFunctions = "0.8, 0.9, 0.10, 1" +SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" StatsBase = "0.32, 0.33" TensorCore = "0.1" ZygoteRules = "0.2"