mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
# Required for hyperopt
|
|
scipy==1.16.0
|
|
scikit-learn==1.7.0
|
|
filelock==3.18.0
|
|
optuna==4.4.0
|
|
cmaes==0.11.1
|