Skip to content

Commit

Permalink
Update lightgbm requirement from ~=3.3 to >=3.3,<5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [lightgbm](https://github.com/microsoft/LightGBM) to permit the latest version.
- [Release notes](https://github.com/microsoft/LightGBM/releases)
- [Commits](microsoft/LightGBM@v3.3.0...v4.1.0)

---
updated-dependencies:
- dependency-name: lightgbm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 154d623 commit 0bad346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test =[
examples =[
"jupyter~=1.0",
"jupyterlab~=4.0",
"lightgbm~=3.3",
"lightgbm>=3.3,<5.0",
"xgboost~=2.0",
]
pyserini =[
Expand Down

0 comments on commit 0bad346

Please sign in to comment.