Skip to content

Commit

Permalink
added lightgbm to notebook requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 7, 2024
1 parent 3e89624 commit 7dd8e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache: "pip"
cache-dependency-path: |
pyproject.toml
**/notebook_requirements.txt
docs/sphinx/source/notebook_requirements.txt
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ir_datasets
pytrec_eval
torch
numpy
lightgbm
vespacli

0 comments on commit 7dd8e25

Please sign in to comment.