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-12-23 07:39:25 +00:00
|
|
|
scipy==1.4.1
|
2020-03-09 08:34:33 +00:00
|
|
|
scikit-learn==0.22.2.post1
|
2020-02-24 08:04:44 +00:00
|
|
|
scikit-optimize==0.7.4
|
2019-09-24 12:53:36 +00:00
|
|
|
filelock==3.0.12
|
2019-12-16 07:30:04 +00:00
|
|
|
joblib==0.14.1
|