2022-05-03 08:14:17 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements.txt
|
2022-11-10 15:03:30 +00:00
|
|
|
-r requirements-plot.txt
|
2022-05-03 08:14:17 +00:00
|
|
|
|
|
|
|
# Required for freqai
|
2022-12-13 17:14:56 +00:00
|
|
|
scikit-learn==1.1.3
|
2022-09-19 03:02:04 +00:00
|
|
|
joblib==1.2.0
|
2023-02-25 12:20:26 +00:00
|
|
|
catboost==1.1.1; platform_machine != 'aarch64' and python_version < '3.11'
|
2023-01-30 03:01:12 +00:00
|
|
|
lightgbm==3.3.5
|
2023-02-28 05:52:55 +00:00
|
|
|
xgboost==1.7.4
|
2023-02-13 06:11:33 +00:00
|
|
|
tensorboard==2.12.0
|