From 4e498cf309e902638b589ec857369c0c7196e8a5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Oct 2023 00:38:30 +0000 Subject: [PATCH] CompatHelper: bump compat for MeasureTheory to 0.19, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c8415c7f..c545ab10 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AugmentedGPLikelihoods" uuid = "4689c64d-1a23-4d3c-ad26-1c612d54a282" authors = ["Théo Galy-Fajou and contributors"] -version = "0.4.17" +version = "0.4.18" [deps] ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018" @@ -29,7 +29,7 @@ GPLikelihoods = "0.3, 0.4" IrrationalConstants = "0.1, 0.2" LogExpFunctions = "0.3" MeasureBase = "0.13, 0.14" -MeasureTheory = "0.16 - 0.18" +MeasureTheory = "0.16 - 0.18, 0.19" Reexport = "1" SpecialFunctions = "1, 2" SplitApplyCombine = "1"