Reorg dependencies to have hyperopt seperated

This commit is contained in:
Matthias
2019-09-24 14:53:36 +02:00
parent 27cc73f47e
commit 47b6b56566
5 changed files with 17 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
# Include all requirements to run the bot.
# -r requirements.txt
# Required for hyperopt
scipy==1.3.1
scikit-learn==0.21.3
scikit-optimize==0.5.2
filelock==3.0.12
joblib==0.13.2