From e69f9439118c07a9abb2f5b1467ec36181cc1bf2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 15 Nov 2018 19:53:16 +0100 Subject: [PATCH] Add missing semicolon --- docs/hyperopt.md | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 8df864c29..9fd11e5de 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -19,7 +19,6 @@ and still take a long time. ## Prepare Hyperopting -## Prepare Hyperopt Before we start digging in Hyperopt, we recommend you to take a look at an example hyperopt file located into [user_data/hyperopts/](https://github.com/gcarq/freqtrade/blob/develop/user_data/hyperopts/test_hyperopt.py) diff --git a/setup.py b/setup.py index 119ad03db..d2a9b97f9 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup(name='freqtrade', 'wrapt', 'pandas', 'scikit-learn', - 'joblib' + 'joblib', 'scipy', 'jsonschema', 'TA-Lib',