mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.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 |