This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch upgrade-torch-version in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 3b478d5307edef89ceaba013984ea951e3fb866f Author: Yongzao <[email protected]> AuthorDate: Fri Mar 20 09:49:40 2026 +0800 Update pyproject.toml --- iotdb-core/ainode/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index d92a466daf7..9a142fe7259 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -79,7 +79,7 @@ exclude = [ python = ">=3.11.0,<3.12.0" # ---- DL / HF stack ---- -torch = "^2.8.0,<2.9.0" +torch = "^2.9.0,<2.10.0" torchmetrics = "^1.8.0" transformers = "==4.56.2" tokenizers = ">=0.22.0,<=0.23.0"
