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 c9fd7a1 commit 5af5ce1Copy full SHA for 5af5ce1
pyproject.toml
@@ -13,7 +13,7 @@ explicit = true
13
14
[[tool.uv.index]]
15
name = "torch-gpu"
16
-url = "https://download.pytorch.org/whl/cu121"
+url = "https://download.pytorch.org/whl/cu128"
17
explicit = true
18
19
# NVIDIA packages (TensorRT, etc.)
@@ -180,7 +180,7 @@ dependencies = [
180
"pandas<3.0.0,>=2.0.0",
181
"opencv-python<5.0.0,>=4.7.0",
182
183
- "torch>=2.2.1,<3.0.0",
+ "torch>=2.8.0",
184
"torchvision>=0.17.1,<1.0.0",
185
"click>=8.1.8",
186
@@ -217,7 +217,7 @@ yolo = [
217
]
218
219
evolve = [
220
- "ray[tune]==2.49.2",
+ "ray[tune]>2.52.0",
221
"plotly==5.19.0",
222
"bayesian-optimization==2.0.4",
223
"optuna==3.5.0",
0 commit comments