mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
9 lines
183 B
Plaintext
9 lines
183 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.4; platform_machine != 'aarch64'
|
|
lightgbm==3.3.2
|