Files
freqtrade/requirements-hyperopt.txt
2025-04-23 19:16:17 +02:00

10 lines
167 B
Plaintext

# Include all requirements to run the bot.
-r requirements.txt
# Required for hyperopt
scipy==1.15.2
scikit-learn==1.6.1
filelock==3.18.0
optuna==4.2.1
cmaes==0.11.1