Skip to content

Commit

Permalink
Lgb version (#45)
Browse files Browse the repository at this point in the history
* Update lgbm version
  • Loading branch information
Cybsloth authored Nov 7, 2022
1 parent aa61674 commit e0dae23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "LightAutoML"
version = "0.3.7.2"
version = "0.3.7.3"
description = "Fast and customizable framework for automatic ML model creation (AutoML)"
authors = [
"Alexander Ryzhkov <[email protected]>",
Expand Down Expand Up @@ -39,7 +39,7 @@ pandas = [
{version = "<=1.4.3", python = ">=3.8"}
]
scikit-learn = ">=0.22"
lightgbm = "3.2.1"
lightgbm = ">=2.3, <=3.2.1"
catboost = ">=0.26.1"
optuna = "*"
torch = [
Expand Down

0 comments on commit e0dae23

Please sign in to comment.