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-03-27 18:19:23 +00:00
|
|
|
catboost==1.1.1; platform_machine != 'aarch64' and 'arm' not in platform_machine and python_version < '3.11'
|
2023-01-30 03:01:12 +00:00
|
|
|
lightgbm==3.3.5
|
2023-04-03 03:57:05 +00:00
|
|
|
xgboost==1.7.5
|
2023-04-03 07:49:18 +00:00
|
|
|
tensorboard==2.12.1
|