From e3f983729f84a59ed5fa9442de8bed4a99d1ff02 Mon Sep 17 00:00:00 2001 From: Alexander Terekhov Date: Tue, 2 May 2023 09:11:31 +0300 Subject: [PATCH] Update freqai dependencies --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff59e7a66..9c717df8b 100644 --- a/setup.py +++ b/setup.py @@ -12,9 +12,11 @@ hyperopt = [ freqai = [ 'scikit-learn', + 'joblib', 'catboost; platform_machine != "aarch64"', 'lightgbm', - 'xgboost' + 'xgboost', + 'tensorboard' ] freqai_rl = [