File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ dependencies = [
2121 " torch>=2.11.0" ,
2222 " torchvision>=0.26.0" ,
2323 " transformers>=5.5.1" ,
24- " nvidia-cuda-runtime==12.0.90" ,
2524]
2625
2726authors = [
@@ -46,6 +45,12 @@ gdal = [
4645 { index = " gdal-wheels" , marker = " sys_platform == 'linux'" },
4746 { index = " geospatial_wheels" , marker = " sys_platform == 'win32'" },
4847]
48+ torch = [
49+ { index = " pytorch-cu128" , marker = " sys_platform == 'linux' or sys_platform == 'win32'" },
50+ ]
51+ torchvision = [
52+ { index = " pytorch-cu128" , marker = " sys_platform == 'linux' or sys_platform == 'win32'" },
53+ ]
4954
5055[[tool .uv .index ]]
5156name = " geospatial_wheels"
@@ -56,3 +61,8 @@ explicit = true
5661name = " gdal-wheels"
5762url = " https://gitlab.com/api/v4/projects/61637378/packages/pypi/simple"
5863explicit = true
64+
65+ [[tool .uv .index ]]
66+ name = " pytorch-cu128"
67+ url = " https://download.pytorch.org/whl/cu128"
68+ explicit = true
You can’t perform that action at this time.
0 commit comments