From 2627febb4563762de158dbd0e7c0304a102c1840 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:21:10 +0200 Subject: [PATCH] CompatHelper: bump compat for "FillArrays" to "0.13" (#110) * CompatHelper: bump compat for "FillArrays" to "0.13" * bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ST John --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4faf2449..2723cca9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ApproximateGPs" uuid = "298c2ebc-0411-48ad-af38-99e88101b606" authors = ["JuliaGaussianProcesses Team"] -version = "0.3.0" +version = "0.3.1" [deps] AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918" @@ -24,7 +24,7 @@ AbstractGPs = "0.3, 0.4, 0.5" ChainRulesCore = "1.7" Distributions = "0.25" FastGaussQuadrature = "0.4" -FillArrays = "0.12" +FillArrays = "0.12, 0.13" ForwardDiff = "0.10" GPLikelihoods = "0.3" IrrationalConstants = "0.1"