From 741ba4d668c7e1d0b92511d70cd7d5c4e415219f 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:45:45 +0100 Subject: [PATCH] CompatHelper: bump compat for MLJBase to 1 for package docs, (keep existing compat) (#434) * CompatHelper: bump compat for MLJBase to 1 for package docs, (keep existing compat) * CompatHelper: bump compat for MLJBase to 1 for package test, (keep existing compat) (#435) Co-authored-by: CompatHelper Julia --------- Co-authored-by: CompatHelper Julia Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 45d71e81..b7db6ae9 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,7 +16,7 @@ DataFrames = "0.22, 1" Documenter = "0.26, 0.27" Gadfly = "1.3.4" MCMCChains = "6" -MLJBase = "0.19, 0.20, 0.21" +MLJBase = "0.19, 0.20, 0.21, 1" MLJDecisionTreeInterface = "0.3, 0.4" StatsPlots = "0.14, 0.15" julia = "1.7" diff --git a/test/Project.toml b/test/Project.toml index 0d37183e..63d88c12 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"