From fc9a49cc80e7fc4a10304a440584e785dd6fd769 Mon Sep 17 00:00:00 2001 From: Thibaut Lienart Date: Mon, 24 Feb 2020 19:38:24 +0100 Subject: [PATCH] bumping up compats, now ok with Tables --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8edef99..e308a77 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJTuning" uuid = "03970b2e-30c4-11ea-3135-d1576263f10f" authors = ["Anthony D. Blaom "] -version = "0.1.3" +version = "0.1.4" [deps] ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3" @@ -12,7 +12,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] ComputationalResources = "^0.3" -MLJBase = "^0.11.1" +MLJBase = "^0.11" RecipesBase = "^0.8" julia = "^1"