2022-05-03 08:14:17 +00:00
|
|
|
# Include all requirements to run the bot.
|
2022-08-26 07:59:17 +00:00
|
|
|
-r requirements-hyperopt.txt
|
2022-05-03 08:14:17 +00:00
|
|
|
|
|
|
|
# Required for freqai
|
2022-08-09 04:23:16 +00:00
|
|
|
scikit-learn==1.1.2
|
2022-09-19 03:02:04 +00:00
|
|
|
joblib==1.2.0
|
2022-08-13 07:20:58 +00:00
|
|
|
catboost==1.0.6; platform_machine != 'aarch64'
|
2022-06-26 17:02:17 +00:00
|
|
|
lightgbm==3.3.2
|
2022-09-08 11:12:19 +00:00
|
|
|
xgboost==1.6.2
|
2022-08-14 13:47:58 +00:00
|
|
|
torch==1.12.1
|
2022-08-17 15:31:27 +00:00
|
|
|
stable-baselines3==1.6.0
|
2022-08-15 15:07:42 +00:00
|
|
|
gym==0.21.0
|
2022-08-21 17:58:36 +00:00
|
|
|
tensorboard==2.9.1
|
|
|
|
optuna==2.10.1
|
|
|
|
sb3-contrib==1.6.0
|