From 04385d10af2c474436feea432b64fa31837032ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 04:55:55 +0000 Subject: [PATCH] Bump lightgbm in /Prediction Models/Airlines Delay Prediction Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.3.2 to 4.6.0. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.2...v4.6.0) --- updated-dependencies: - dependency-name: lightgbm dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Prediction Models/Airlines Delay Prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prediction Models/Airlines Delay Prediction/requirements.txt b/Prediction Models/Airlines Delay Prediction/requirements.txt index 70bdca5c3..7ab93476e 100644 --- a/Prediction Models/Airlines Delay Prediction/requirements.txt +++ b/Prediction Models/Airlines Delay Prediction/requirements.txt @@ -3,7 +3,7 @@ seaborn==0.13.2 numpy==1.26.4 pandas==2.2.2 sklearn==1.4.2 -lightgbm==3.3.2 +lightgbm==4.6.0 plotly==5.9.0 category_encoders==2.5.0 tabgan==1.3.3 \ No newline at end of file