From 46067c3395620c1be3b2b10ad728b1c4e98e8282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 16:38:27 +0100 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "2" (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CompatHelper: bump compat for "SpecialFunctions" to "2" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Théo Galy-Fajou --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a6f422b8..a3aa4f4e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ApproximateGPs" uuid = "298c2ebc-0411-48ad-af38-99e88101b606" authors = ["JuliaGaussianProcesses Team"] -version = "0.2.2" +version = "0.2.3" [deps] AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918" @@ -28,6 +28,6 @@ ForwardDiff = "0.10" GPLikelihoods = "0.1, 0.2" KLDivergences = "0.2.1" Reexport = "1" -SpecialFunctions = "1" +SpecialFunctions = "1, 2" StatsBase = "0.33" julia = "1.6"