From 0bad34640d5ea8c5871a6162f6ea53c26dda44f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 06:43:54 +0000 Subject: [PATCH] Update lightgbm requirement from ~=3.3 to >=3.3,<5.0 Updates the requirements on [lightgbm](https://github.com/microsoft/LightGBM) to permit the latest version. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](https://github.com/microsoft/LightGBM/compare/v3.3.0...v4.1.0) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0790f6..62ab965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test =[ examples =[ "jupyter~=1.0", "jupyterlab~=4.0", - "lightgbm~=3.3", + "lightgbm>=3.3,<5.0", "xgboost~=2.0", ] pyserini =[