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-05-13 15:22:11 +00:00
|
|
|
catboost==1.1.1; sys_platform == 'darwin' and python_version < '3.9'
|
|
|
|
catboost==1.2; 'arm' not in platform_machine and (sys_platform != 'darwin' or python_version >= '3.9')
|
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-05-08 03:58:05 +00:00
|
|
|
tensorboard==2.13.0
|