Files
freqtrade/requirements-hyperopt.txt
2025-07-04 18:22:42 +02:00

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