Skip to content

Commit

Permalink
adds lightgbm to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Nov 13, 2024
1 parent 4db2bdb commit afaa976
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ env/
venv/
venv_tests/
venv_dev/
# ignore all folders starting with venv
venv
venv*/

ENV/
env.bak/
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ transformers==4.46.1
xgboost==2.1.2
numpy==1.26.4
requests==2.32.3
lightgbm==4.5.0
1 change: 1 addition & 0 deletions tests/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ transformers==4.44.2
xgboost==2.1.1
numpy==1.26.4
requests==2.32.3
lightgbm==4.5.0

0 comments on commit afaa976

Please sign in to comment.