From b2ff81fb3e06863a47a9359eba33c7edbc3f984d Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace Date: Mon, 26 Feb 2024 17:03:36 +0100 Subject: [PATCH] Bump ParameterHandling compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f64b955..9166de9 100644 --- a/Project.toml +++ b/Project.toml @@ -25,5 +25,5 @@ Distributions = "0.25.89" Enzyme = "0.11.14" GPLikelihoods = "0.4.6" KernelFunctions = "0.10.60" -ParameterHandling = "0.4.10" +ParameterHandling = "0.5" TemporalGPs = "0.6.4"