From 5ce409ea11026b143229907fb800cec1d427c371 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Mar 2026 02:24:01 +0000 Subject: [PATCH] CompatHelper: bump compat for KernelFunctions to 0.11, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bcb43388..5f9ed419 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AbstractGPs" uuid = "99985d1d-32ba-4be9-9821-2ec096f28918" +version = "0.5.25" authors = ["JuliaGaussianProcesses Team"] -version = "0.5.24" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -23,7 +23,7 @@ ChainRulesCore = "1" Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" IrrationalConstants = "0.1, 0.2" -KernelFunctions = "0.9, 0.10" +KernelFunctions = "0.9, 0.10, 0.11" LinearAlgebra = "1" PDMats = "0.11" Random = "1"