Skip to content

Commit 2fea3d4

Browse files
authored
Merge pull request #302 from c-bata/hotfix-lightgbm
[hotfix] Add the version constraint on lightgbm
2 parents 88ff380 + 16b4f26 commit 2fea3d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lightgbm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
python -c 'import optuna_integration'
3333
3434
pip install -r lightgbm/requirements.txt
35+
36+
# TODO(c-bata): Remove the version constraint on LightGBM once the issue is fixed.
37+
pip install "lightgbm<=4.5.0"
3538
- name: Run LightGBM examples
3639
run: |
3740
python lightgbm/lightgbm_simple.py

0 commit comments

Comments
 (0)