600b886241
Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
216 B
Plaintext
11 lines
216 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.3
|
|
xgboost==1.6.2
|
|
tensorboard==2.10.1
|