add scikit-optimize to dependencies

This commit is contained in:
Janne Sinivirta 2018-06-22 17:08:22 +03:00
parent a525cba8e9
commit dde7df7fd3
2 changed files with 4 additions and 0 deletions

View File

@ -21,5 +21,8 @@ networkx==1.11 # pyup: ignore
tabulate==0.8.2
coinmarketcap==5.0.3
# Required for hyperopt
scikit-optimize=0.5.2
# Required for plotting data
#plotly==2.7.0

View File

@ -36,6 +36,7 @@ setup(name='freqtrade',
'tabulate',
'cachetools',
'coinmarketcap',
'scikit-optimize',
],
include_package_data=True,
zip_safe=False,