From ba55f6d3b8533099927beedbde7cc1842b98d37a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:11:31 +0100 Subject: [PATCH] CompatHelper: bump compat for MLJBase to 1 for package test, (keep existing compat) (#435) 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 15bc6c96..ca92856d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -31,7 +31,7 @@ FFTW = "1.1" IteratorInterfaceExtensions = "1" KernelDensity = "0.6.2" MCMCChains = "6" -MLJBase = "0.18, 0.19, 0.20, 0.21" +MLJBase = "0.18, 0.19, 0.20, 0.21, 1" MLJDecisionTreeInterface = "0.3, 0.4" StatsBase = "0.33.2, 0.34" StatsPlots = "0.14.17, 0.15"