Chin-Yun Yu commited on
Commit
e5a869e
·
1 Parent(s): 3e3a76e

fix: specify versions for torch

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -2,9 +2,9 @@ numpy
2
  PyYAML
3
  scipy
4
  matplotlib
5
- torch
6
- torchaudio
7
- torchvision
8
  torchlpc<0.7
9
  torchcomp
10
  torch_fftconv
 
2
  PyYAML
3
  scipy
4
  matplotlib
5
+ torch==2.8.0
6
+ torchaudio==2.8.0
7
+ torchvision==0.23.0
8
  torchlpc<0.7
9
  torchcomp
10
  torch_fftconv