NeoPy commited on
Commit
0ba66e0
·
verified ·
1 Parent(s): 8150bbe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -1
requirements.txt CHANGED
@@ -1,8 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio>=4.0
2
  --extra-index-url https://download.pytorch.org/whl/cu126
3
  torch==2.8.0
4
  lmdeploy==0.11.0
5
  scipy==1.15.3
6
  unidecode==1.4.0
7
- numpy==2.2.6
8
  inflect==7.5.0
 
1
+ pip>=23.3
2
+ wheel
3
+ omegaconf>=2.0.6
4
+ torchvision>=0.18.1
5
+ torchaudio>=2.3.1
6
+ faiss-cpu>=1.7.3
7
+ einops>=0.8.0
8
+ librosa>=0.10.2
9
+ praat-parselmouth
10
+ soundfile>=0.13.0
11
+ numpy>=1.25.2,<2.0.0
12
+ numba>=0.57.0
13
+ scipy>=1.15.0
14
+ requests>=2.32.3
15
+ aiohttp
16
+ ffmpy==0.3.1
17
+ ffmpeg-python>=0.2.0
18
+ matplotlib>=3.7.2
19
+ beautifulsoup4
20
+ pycryptodome>=3.9.6,<4.0.0
21
  gradio>=4.0
22
  --extra-index-url https://download.pytorch.org/whl/cu126
23
  torch==2.8.0
24
  lmdeploy==0.11.0
25
  scipy==1.15.3
26
  unidecode==1.4.0
 
27
  inflect==7.5.0