f722104f7e
Bumps [catboost](https://github.com/catboost/catboost) from 1.0.6 to 1.1. - [Release notes](https://github.com/catboost/catboost/releases) - [Changelog](https://github.com/catboost/catboost/blob/master/RELEASE.md) - [Commits](https://github.com/catboost/catboost/compare/v1.0.6...v1.1) --- updated-dependencies: - dependency-name: catboost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
# Include all requirements to run the bot.
|
|
-r requirements.txt
|
|
|
|
# Required for freqai
|
|
scikit-learn==1.1.2
|
|
joblib==1.2.0
|
|
catboost==1.1; platform_machine != 'aarch64'
|
|
lightgbm==3.3.2
|
|
xgboost==1.6.2
|