Merge pull request #571 from stephendade/userhyper

Separated out custom hyperopts
This commit is contained in:
Matthias
2018-11-21 19:14:30 +01:00
committed by GitHub
15 changed files with 504 additions and 141 deletions

View File

@@ -31,6 +31,7 @@ setup(name='freqtrade',
'pandas',
'scikit-learn',
'scipy',
'joblib',
'jsonschema',
'TA-Lib',
'tabulate',