Skip to content

Commit

Permalink
Merge pull request #21 from webis-de/dependabot/pip/lightgbm-gte-3.3-…
Browse files Browse the repository at this point in the history
…and-lt-5.0

Update lightgbm requirement from ~=3.3 to >=3.3,<5.0
  • Loading branch information
janheinrichmerker authored Nov 20, 2023
2 parents 154d623 + 0bad346 commit c31a65a
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 c31a65a

Please sign in to comment.