From fe8eff3cdd5ea38cbfb5417f9ce2d58b4a56fbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:47:28 +0000 Subject: [PATCH] Bump lightgbm in /numerai/examples/tournament-python3 Bumps [lightgbm](https://github.com/lightgbm-org/LightGBM) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/lightgbm-org/LightGBM/releases) - [Commits](https://github.com/lightgbm-org/LightGBM/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: lightgbm dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- numerai/examples/tournament-python3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerai/examples/tournament-python3/requirements.txt b/numerai/examples/tournament-python3/requirements.txt index da7ba24..2c90e2f 100644 --- a/numerai/examples/tournament-python3/requirements.txt +++ b/numerai/examples/tournament-python3/requirements.txt @@ -2,5 +2,5 @@ numerapi==2.22.0 pandas==2.3.3 pyarrow==18.1.0 joblib==1.5.3 -lightgbm==4.5.0 +lightgbm==4.6.0 scikit-learn==1.6.1