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-10-11 07:41:16 +00:00
|
|
|
scikit-learn==1.0
|
2021-10-12 17:06:23 +00:00
|
|
|
scikit-optimize==0.9.0
|
2021-10-04 03:01:04 +00:00
|
|
|
filelock==3.3.0
|
2021-10-11 06:15:03 +00:00
|
|
|
joblib==1.1.0
|
2021-02-25 18:24:30 +00:00
|
|
|
psutil==5.8.0
|
2021-09-24 05:06:24 +00:00
|
|
|
progressbar2==3.53.3
|