mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-04 21:30:24 +00:00
Bumps [optuna](https://github.com/optuna/optuna) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/optuna/optuna/releases) - [Commits](https://github.com/optuna/optuna/compare/v4.6.0...v4.7.0) --- updated-dependencies: - dependency-name: optuna dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.17.0
|
|
scikit-learn==1.8.0
|
|
filelock==3.20.3
|
|
optuna==4.7.0
|
|
cmaes==0.12.0
|