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-07-26 08:37:13 +00:00
|
|
|
scipy==1.5.2
|
2020-05-20 04:29:17 +00:00
|
|
|
scikit-learn==0.23.1
|
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
|
2020-07-06 09:13:05 +00:00
|
|
|
joblib==0.16.0
|
2020-06-29 09:01:20 +00:00
|
|
|
progressbar2==3.51.4
|