Skip to content

Commit 82b84a2

Browse files
authored
1 parent 09a3073 commit 82b84a2

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2726
authors = [
@@ -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]]
5156
name = "geospatial_wheels"
@@ -56,3 +61,8 @@ explicit = true
5661
name = "gdal-wheels"
5762
url = "https://gitlab.com/api/v4/projects/61637378/packages/pypi/simple"
5863
explicit = true
64+
65+
[[tool.uv.index]]
66+
name = "pytorch-cu128"
67+
url = "https://download.pytorch.org/whl/cu128"
68+
explicit = true

0 commit comments

Comments
 (0)