We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa61674 commit e0dae23Copy full SHA for e0dae23
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "LightAutoML"
3
-version = "0.3.7.2"
+version = "0.3.7.3"
4
description = "Fast and customizable framework for automatic ML model creation (AutoML)"
5
authors = [
6
"Alexander Ryzhkov <alexmryzhkov@gmail.com>",
@@ -39,7 +39,7 @@ pandas = [
39
{version = "<=1.4.3", python = ">=3.8"}
40
]
41
scikit-learn = ">=0.22"
42
-lightgbm = "3.2.1"
+lightgbm = ">=2.3, <=3.2.1"
43
catboost = ">=0.26.1"
44
optuna = "*"
45
torch = [
0 commit comments