mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
2f0eb95d03
Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: lightgbm 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.4
|
|
xgboost==1.7.2
|
|
tensorboard==2.11.0
|