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-08-02 03:01:30 +00:00
|
|
|
scipy==1.7.1
|
2021-05-03 05:26:08 +00:00
|
|
|
scikit-learn==0.24.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
|
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
|