stable/requirements-freqai.txt
richardjozsa cdc550da9a Revert the docker changes to be inline with the original freqtrade image
Reverted the changes, and added a new way of doing, Dockerfile.freqai with that file the users can make their own dockerimage.
2022-08-26 11:04:25 +02:00

14 lines
295 B
Plaintext

# Include all requirements to run the bot.
-r requirements-hyperopt.txt
# Required for freqai
scikit-learn==1.1.2
joblib==1.1.0
catboost==1.0.6; platform_machine != 'aarch64'
lightgbm==3.3.2
torch==1.12.1
stable-baselines3==1.6.0
gym==0.21.0
tensorboard==2.9.1
optuna==2.10.1
sb3-contrib==1.6.0