Merge pull request #930 from freqtrade/skopt
Replace Hyperopt with scikit-optimize
This commit is contained in:
@@ -15,11 +15,11 @@ TA-Lib==0.4.17
|
||||
pytest==3.6.2
|
||||
pytest-mock==1.10.0
|
||||
pytest-cov==2.5.1
|
||||
hyperopt==0.1
|
||||
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
|
||||
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
|
||||
|
Reference in New Issue
Block a user