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
|
2020-11-09 05:44:51 +00:00
|
|
|
scipy==1.5.4
|
2020-09-07 07:37:12 +00:00
|
|
|
scikit-learn==0.23.2
|
2020-09-07 07:09:23 +00:00
|
|
|
scikit-optimize==0.8.1
|
2019-09-24 12:53:36 +00:00
|
|
|
filelock==3.0.12
|
2020-12-21 05:36:24 +00:00
|
|
|
joblib==1.0.0
|
2020-09-09 13:29:22 +00:00
|
|
|
progressbar2==3.53.1
|