Skip to content

Commit 454773a

Browse files
committed
upgrade pytorch to 2.8.0
1 parent 8df000f commit 454773a

File tree

2 files changed

+327
-342
lines changed

2 files changed

+327
-342
lines changed

pyproject.toml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies = [
2525
"debugpy==1.8.14",
2626
"decorator==5.2.1",
2727
"numpy==2.1.3",
28-
"torch==2.7.1",
2928
"tqdm==4.67.1",
3029
"emoji==2.14.1",
3130
"etils==1.12.2",
@@ -121,7 +120,6 @@ dependencies = [
121120
"tifffile==2025.3.30",
122121
"tokenizers==0.21.1",
123122
"torch-tb-profiler==0.4.3",
124-
"torchvision==0.22.1",
125123
"tornado==6.5",
126124
"traitlets==5.14.3",
127125
"transformers==4.53",
@@ -150,20 +148,6 @@ dependencies = [
150148
"jaraco-functools==4.1.0",
151149
"more-itertools==10.7.0",
152150
"multidict==6.4.3",
153-
"nvidia-cublas-cu12==12.6.4.1",
154-
"nvidia-cuda-cupti-cu12==12.6.80",
155-
"nvidia-cuda-nvrtc-cu12==12.6.77",
156-
"nvidia-cuda-runtime-cu12==12.6.77",
157-
"nvidia-cudnn-cu12==9.5.1.17",
158-
"nvidia-cufft-cu12==11.3.0.4",
159-
"nvidia-cufile-cu12==1.11.1.6",
160-
"nvidia-curand-cu12==10.3.7.77",
161-
"nvidia-cusolver-cu12==11.7.1.2",
162-
"nvidia-cusparse-cu12==12.5.4.2",
163-
"nvidia-cusparselt-cu12==0.6.3",
164-
"nvidia-nccl-cu12==2.26.2",
165-
"nvidia-nvjitlink-cu12==12.6.85",
166-
"nvidia-nvtx-cu12==12.6.77",
167151
"oauthlib==3.2.2",
168152
"pip-tools==7.4.1",
169153
"pip-upgrader==1.4.15",
@@ -192,6 +176,7 @@ dependencies = [
192176
"segmentation-models-pytorch>=0.5.0",
193177
"scipy-stubs>=1.16.2.0",
194178
"fonttools>=4.57.0",
179+
"torch==2.8.0",
195180
]
196181

197182

0 commit comments

Comments
 (0)