From aef4c5942f2501be012602dec89571b67a2f41eb Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 7 May 2020 16:30:03 +0200 Subject: [PATCH] bump RecipesBase compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c0f2348..18b2f22 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ Distributions = "^0.22,^0.23" MLJBase = "^0.12.2,^0.13" MLJModelInterface = "^0.2" ProgressMeter = "^1.1" -RecipesBase = "^0.8" +RecipesBase = "^0.8, ^1" julia = "^1" [extras]