RCaz commited on
Commit
67f9a00
·
1 Parent(s): 34847ca

resolve requested torch==2.5.1+cpu

Browse files

torchvision 0.21.0+cpu depends on torch==2.6.0

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
- torch==2.5.1+cpu
3
  torchvision==0.21.0+cpu
4
  torchaudio==2.6.0+cpu
5
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.6.0+cpu
3
  torchvision==0.21.0+cpu
4
  torchaudio==2.6.0+cpu
5