Files
freqtrade/requirements-freqai.txt
dependabot[bot] 22c91137bb chore(deps): bump xgboost from 3.1.3 to 3.2.0
Bumps [xgboost](https://github.com/dmlc/xgboost) from 3.1.3 to 3.2.0.
- [Release notes](https://github.com/dmlc/xgboost/releases)
- [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
- [Commits](https://github.com/dmlc/xgboost/compare/v3.1.3...v3.2.0)

---
updated-dependencies:
- dependency-name: xgboost
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-23 03:04:04 +00:00

12 lines
213 B
Plaintext

# Include all requirements to run the bot.
-r requirements.txt
-r requirements-plot.txt
# Required for freqai
scikit-learn==1.8.0
joblib==1.5.3
lightgbm==4.6.0
xgboost==3.2.0
tensorboard==2.20.0
datasieve==0.1.9