Hematej commited on
Commit
c862526
·
verified ·
1 Parent(s): 984bd41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -11
requirements.txt CHANGED
@@ -3,15 +3,8 @@ gradio_client==1.1.0
3
  TTS==0.22.0
4
  torch==2.3.0
5
  torchvision==0.18.0
6
- torchaudio==2.3.0
7
- numpy
8
- soundfile
9
- pydantic==2.10.6
10
  transformers==4.49.0
11
- scipy
12
- accelerate==0.24.1
13
- pydub==0.25.1
14
- librosa==0.10.0
15
- ffmpeg-python==0.2.0
16
- fastapi==0.100.0
17
- uvicorn==0.24.0
 
3
  TTS==0.22.0
4
  torch==2.3.0
5
  torchvision==0.18.0
6
+ torchaudio==2.3.0
7
+ numpy==1.22.0 # pin this to satisfy TTS 0.22.0
8
+ soundfile>=0.12.1
9
+ pydantic==2.10.6 # only if you actually import/use it
10
  transformers==4.49.0