mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Bumps the scipy group with 2 updates: [scipy](https://github.com/scipy/scipy) and [scipy-stubs](https://github.com/scipy/scipy-stubs). Updates `scipy` from 1.16.3 to 1.17.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.3...v1.17.0) Updates `scipy-stubs` from 1.16.3.3 to 1.17.0.0 - [Release notes](https://github.com/scipy/scipy-stubs/releases) - [Commits](https://github.com/scipy/scipy-stubs/compare/v1.16.3.3...v1.17.0.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: scipy - dependency-name: scipy-stubs dependency-version: 1.17.0.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: scipy ... 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.6.0
|
|
cmaes==0.12.0
|