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
|
2021-02-22 05:27:54 +00:00
|
|
|
scipy==1.6.1
|
2021-01-25 05:37:51 +00:00
|
|
|
scikit-learn==0.24.1
|
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
|
2021-02-15 05:27:01 +00:00
|
|
|
joblib==1.0.1
|
2021-02-25 18:24:30 +00:00
|
|
|
psutil==5.8.0
|
2020-09-09 13:29:22 +00:00
|
|
|
progressbar2==3.53.1
|