Skip to content

Commit 322e94c

Browse files
committed
update dependency version
1 parent 4d26751 commit 322e94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iotdb-core/ainode/pyproject.toml

Lines changed: 2 additions & 2 deletions
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.2,<2.8.0"
82+
torch = "^2.8.0,<2.9.0"
8383
torchmetrics = "^1.8.0"
8484
transformers = "==4.56.2"
8585
tokenizers = ">=0.22.0,<=0.23.0"
@@ -115,7 +115,7 @@ black = "25.1.0"
115115
isort = "6.0.1"
116116
setuptools = ">=75.3.0"
117117
joblib = ">=1.4.2"
118-
urllib3 = "^2.5.0"
118+
urllib3 = "2.6.0"
119119

120120
[tool.poetry.scripts]
121121
ainode = "iotdb.ainode.core.script:main"

0 commit comments

Comments
 (0)