From fcb937316eeff567d0639f6243eafc8fb39d11f9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Oct 2025 01:28:04 +0000 Subject: [PATCH] CompatHelper: bump compat for BlockDiagonals to 0.2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3730ff1..b26a212 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" @@ -18,7 +18,7 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" AbstractGPs = "0.5.17" BenchmarkTools = "1" Bessels = "0.2.8" -BlockDiagonals = "0.1.7" +BlockDiagonals = "0.1.7, 0.2" FillArrays = "0.13.0 - 0.13.7, 1" JET = "0.9" KernelFunctions = "0.9, 0.10.1"