From 3f6e9eb61c58bb5a5269e268425d5c8e9240a285 Mon Sep 17 00:00:00 2001 From: looop5 Date: Mon, 22 Jun 2020 17:19:19 +0800 Subject: [PATCH] update tabulate version to 0.8.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91dd636..1e1dc48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ numpy >= 1.17.0 scipy >= 1.3.3 decorator >= 4.4.0 pytest >= 5.4.3 -tabulate >= 0.8.5 # for auto-tuning +tabulate >= 0.8.6 # for auto-tuning xgboost >= 0.9 # for auto-tuning -- GitLab