Files
freqtrade/requirements-freqai.txt
dependabot[bot] 80b87d2592 chore(deps): bump xgboost from 3.1.2 to 3.1.3
Bumps [xgboost](https://github.com/dmlc/xgboost) from 3.1.2 to 3.1.3.
- [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.2...v3.1.3)

---
updated-dependencies:
- dependency-name: xgboost
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 03:13:43 +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.1.3
tensorboard==2.20.0
datasieve==0.1.9