Skip to content

Commit bd8812c

Browse files
Bump lightgbm from 4.4.0 to 4.6.0 (#1252)
* Bump lightgbm from 4.4.0 to 4.6.0 Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](lightgbm-org/LightGBM@v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump dependencies * test * test * test * test * test * test * test * fix * test * test * test * test * test * test * test * del setuptools from pyproject.toml * poetry lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Stepanov <stpmax@yandex.ru>
1 parent 160e21b commit bd8812c

File tree

3 files changed

+42
-18
lines changed

3 files changed

+42
-18
lines changed

.github/workflows/lightwood.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
python -m pip install setuptools poetry
27+
python -m pip install poetry
28+
python -m pip install setuptools==57.5.0
29+
python -m pip install pydateinfer==0.3.0
2830
poetry install -E dev -E image
2931
- name: Install dependencies OSX
3032
run: |

poetry.lock

Lines changed: 36 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ pandas = ">=2.0.0, <2.1.0"
2121
torch = ">=2.4.1"
2222
requests = ">=2.0.0"
2323
transformers = ">=4.48.0"
24-
optuna = ">=3.1.0,<4.0.0"
24+
optuna = ">=3.6.2,<4.0.0"
25+
optuna-integration = ">=3.6.0,<4.0.0"
2526
scipy = ">=1.5.4"
2627
psutil = ">=5.7.0"
2728
scikit-learn = "==1.5.2"
@@ -40,7 +41,7 @@ tab-transformer-pytorch = ">= 0.2.1"
4041
autopep8 = {version = ">=1.5.7", optional = true}
4142
flake8 = {version = ">=6.0.0", optional = true}
4243
librosa = {version = "==0.8.1", optional = true}
43-
lightgbm = {version = ">=4.3.0,<=4.4.0", optional = true}
44+
lightgbm = {version = ">=4.6.0,<4.7.0", optional = true}
4445
pystan = {version = "==2.19.1.1", optional = true}
4546
prophet = {version = "==1.1", optional = true}
4647
neuralforecast = {version = ">=1.6.4,<1.7.0", optional = true}

0 commit comments

Comments
 (0)