From b5ac78a6189b9be9d6b4ecb5434721360aed5464 Mon Sep 17 00:00:00 2001 From: Roni Kobrosly Date: Sun, 17 May 2020 14:12:56 -0400 Subject: [PATCH] setup.py fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5464b2..5aba1ad 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'scikit-learn', 'scipy', 'six', - 'statsmodels' + 'statsmodels', 'xgboost' ] )