From 45d85740392bc5c6f35a99384e2bbd023756553f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Mar 2026 02:25:15 +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 3730ff1..1a16952 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TemporalGPs" uuid = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f" -authors = ["Will Tebbutt and contributors"] version = "0.7.3" +authors = ["Will Tebbutt and contributors"] [deps] AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918" @@ -21,7 +21,7 @@ Bessels = "0.2.8" BlockDiagonals = "0.1.7" FillArrays = "0.13.0 - 0.13.7, 1" JET = "0.9" -KernelFunctions = "0.9, 0.10.1" +KernelFunctions = "0.9, 0.10.1, 0.11" Mooncake = "0.4.94" StaticArrays = "1" StructArrays = "0.5, 0.6, 0.7"