Skip to content

Commit 09f98a0

Browse files
committed
update torch version, should less than 2.8.0
1 parent 78922c9 commit 09f98a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/ainode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ exclude = [
7979
python = ">=3.11.0,<3.14.0"
8080

8181
# ---- DL / HF stack ----
82-
torch = "^2.7.1"
82+
torch = "^2.7.1,<2.8.0"
8383
torchmetrics = "^1.8.0"
8484
transformers = "==4.56.2"
8585
tokenizers = ">=0.22.0,<=0.23.0"

0 commit comments

Comments
 (0)