Skip to content

Commit e0dae23

Browse files
authored
Lgb version (#45)
* Update lgbm version
1 parent aa61674 commit e0dae23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "LightAutoML"
3-
version = "0.3.7.2"
3+
version = "0.3.7.3"
44
description = "Fast and customizable framework for automatic ML model creation (AutoML)"
55
authors = [
66
"Alexander Ryzhkov <alexmryzhkov@gmail.com>",
@@ -39,7 +39,7 @@ pandas = [
3939
{version = "<=1.4.3", python = ">=3.8"}
4040
]
4141
scikit-learn = ">=0.22"
42-
lightgbm = "3.2.1"
42+
lightgbm = ">=2.3, <=3.2.1"
4343
catboost = ">=0.26.1"
4444
optuna = "*"
4545
torch = [

0 commit comments

Comments
 (0)