2019-09-24 12:53:36 +00:00
|
|
|
# Include all requirements to run the bot.
|
2019-10-20 08:47:04 +00:00
|
|
|
-r requirements.txt
|
2019-09-24 12:53:36 +00:00
|
|
|
|
|
|
|
# Required for hyperopt
|
2019-11-11 10:19:36 +00:00
|
|
|
scipy==1.3.2
|
2019-09-24 12:53:36 +00:00
|
|
|
scikit-learn==0.21.3
|
|
|
|
scikit-optimize==0.5.2
|
|
|
|
filelock==3.0.12
|
2019-10-07 10:22:59 +00:00
|
|
|
joblib==0.14.0
|