From 41336971ee8882a147e996cf4e791831422da393 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:16:06 +0100 Subject: [PATCH] CompatHelper: bump compat for IrrationalConstants to 0.2 for package test, (keep existing compat) (#128) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index ac0baeff..3b90a717 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ TupleVectors = "615932cf-77b6-4358-adcd-5b7eba981d7e" [compat] Distributions = "0.25" GPLikelihoods = "0.4" -IrrationalConstants = "0.1" +IrrationalConstants = "0.1, 0.2" LogExpFunctions = "0.3" MeasureBase = "0.13, 0.14" Random = "1.8"