Files
freqtrade/requirements-hyperopt.txt
Matthias 670a29d420 Merge pull request #12035 from freqtrade/dependabot/pip/develop/cmaes-0.12.0
chore(deps): bump cmaes from 0.11.1 to 0.12.0
2025-07-28 07:33:28 +02:00

10 lines
167 B
Plaintext

# Include all requirements to run the bot.
-r requirements.txt
# Required for hyperopt
scipy==1.16.1
scikit-learn==1.7.1
filelock==3.18.0
optuna==4.4.0
cmaes==0.12.0