2022-05-03 08:14:17 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements.txt
|
|
|
|
|
|
|
|
# Required for freqai
|
2022-07-20 13:54:22 +00:00
|
|
|
scikit-learn==1.1.1
|
2022-05-03 08:14:17 +00:00
|
|
|
joblib==1.1.0
|
2022-08-01 07:32:25 +00:00
|
|
|
catboost==1.0.4; platform_machine != 'aarch64'
|
2022-06-26 17:02:17 +00:00
|
|
|
lightgbm==3.3.2
|