Skip to content

Commit ceb94f7

Browse files
authored
Update torchvision version to 0.25.0a0
1 parent 651c626 commit ceb94f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"treelib>=1.2.5",
3131
"numpy>=1.22.4",
3232
"torch>=2.10.0",
33-
"torchvision>=0.25.0",
33+
"torchvision>=0.25.0a0",
3434
"tqdm>=4.60.0",
3535
"requests>=2.32.2",
3636
# urllib3 is a transitive dependency (via requests/botocore/etc.); pin to
@@ -240,7 +240,7 @@ dev = [
240240
# packages are installed.
241241
cu13 = [
242242
"torch>=2.10.0",
243-
"torchvision>=0.25.0",
243+
"torchvision>=0.25.0a0",
244244
"cuml-cu13>=26.2.0",
245245
"pylibraft-cu13>=26.2.0",
246246
# Avoid cupy 14.x: 14.0.0 ships a broken cuda13 wheel
@@ -252,7 +252,7 @@ cu13 = [
252252
]
253253
cu12 = [
254254
"torch>=2.10.0",
255-
"torchvision>=0.25.0",
255+
"torchvision>=0.25.0a0",
256256
"cuml-cu12>=26.2.0",
257257
"pylibraft-cu12>=26.2.0",
258258
# See cu13 note: cupy 14.x also interacts badly with torch>=2.11 on the

0 commit comments

Comments
 (0)