Skip to content

Commit 32dfb72

Browse files
committed
Revert "requirements.txt: make sure that cpu version of PyTorch gets installed"
This reverts commit 800f97c. It doesn't work, pip still pulls in the CUDA dependencies. A proper solution has been implemented during image building.
1 parent ffdab66 commit 32dfb72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,3 @@ mplhep
4343
nbconvert>=7.4.0
4444
pytest
4545
setuptools
46-
47-
# Look for CPU-only versions of PyTorch to avoid pulling CUDA in the CI docker images.
48-
-f https://download.pytorch.org/whl/cpu/torch_stable.html

0 commit comments

Comments
 (0)