This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch patch-2094 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 0beb569d6fb8f249ce093cf955672f17584d0b4e Author: Yongzao <[email protected]> AuthorDate: Tue May 12 20:45:29 2026 +0800 [TIMECHODB][AINode] Append poetry dependencies --- iotdb-core/ainode/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index 0e01c6864f9..c30afbe85ac 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -98,6 +98,13 @@ pmdarima = "2.1.1" hmmlearn = "0.3.3" accelerate = "^1.10.1" lightgbm = ">=4.6.0" +xgboost = ">=3.2.0" +uni2ts = ">=2.0.0" +tqdm = ">=4.67.1" +holidays = ">=0.88" +gluonts = ">=0.14" +chinese-calendar = ">=1.11.0" +arch = ">=8.0.0" # ---- Optimizers / utils ---- optuna = "^4.4.0"
