This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch hotfix/2.0.9.4-sjzt in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e4c8d5521639a68416a8c64dba513a4d2aba4443 Author: Yongzao <[email protected]> AuthorDate: Tue May 12 20:40:22 2026 +0800 [TIMECHODB][AINode] Append lightgbm dependency --- iotdb-core/ainode/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index 6bb126677c4..0e01c6864f9 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -97,6 +97,7 @@ sktime = "0.40.1" pmdarima = "2.1.1" hmmlearn = "0.3.3" accelerate = "^1.10.1" +lightgbm = ">=4.6.0" # ---- Optimizers / utils ---- optuna = "^4.4.0"
