mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
fed5d87cfd
Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.7.3 to 1.7.4. - [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/v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: xgboost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
-r requirements-plot.txt
|
|
|
|
# Required for freqai
|
|
scikit-learn==1.1.3
|
|
joblib==1.2.0
|
|
catboost==1.1.1; platform_machine != 'aarch64'
|
|
lightgbm==3.3.5
|
|
xgboost==1.7.4
|
|
tensorboard==2.12.0
|