We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d26751 commit 322e94cCopy full SHA for 322e94c
iotdb-core/ainode/pyproject.toml
@@ -79,7 +79,7 @@ exclude = [
79
python = ">=3.11.0,<3.14.0"
80
81
# ---- DL / HF stack ----
82
-torch = "^2.7.2,<2.8.0"
+torch = "^2.8.0,<2.9.0"
83
torchmetrics = "^1.8.0"
84
transformers = "==4.56.2"
85
tokenizers = ">=0.22.0,<=0.23.0"
@@ -115,7 +115,7 @@ black = "25.1.0"
115
isort = "6.0.1"
116
setuptools = ">=75.3.0"
117
joblib = ">=1.4.2"
118
-urllib3 = "^2.5.0"
+urllib3 = "2.6.0"
119
120
[tool.poetry.scripts]
121
ainode = "iotdb.ainode.core.script:main"
0 commit comments