jisaacso219 commited on
Commit
c0b35a6
·
verified ·
1 Parent(s): 8b14bbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,12 +1,14 @@
 
 
1
  torch==2.2.2+cpu
2
  torchaudio==2.2.2+cpu
3
  https://download.pytorch.org/whl/cpu/torchvision-0.17.2%2Bcpu-cp310-cp310-linux_x86_64.whl
4
 
5
- TTS==0.21.2
6
  transformers
7
  flask
8
  sentencepiece
9
- numpy==1.23.5
10
  scipy
11
- librosa==0.9.2
12
- numba==0.56.4
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+
3
  torch==2.2.2+cpu
4
  torchaudio==2.2.2+cpu
5
  https://download.pytorch.org/whl/cpu/torchvision-0.17.2%2Bcpu-cp310-cp310-linux_x86_64.whl
6
 
7
+ TTS==0.22.0
8
  transformers
9
  flask
10
  sentencepiece
11
+ numpy==1.22.0
12
  scipy
13
+ librosa==0.10.1
14
+ numba==0.57.1