File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
241241cu13 = [
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]
253253cu12 = [
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
You can’t perform that action at this time.
0 commit comments