CamiloVega commited on
Commit
6d02005
·
verified ·
1 Parent(s): cf79983

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -13
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
- gradio
2
- transformers==5.0.0
3
- whisper==1.0.0
4
- torch>=2.0.0
5
- beautifulsoup4==4.12.0
6
- requests==2.31.0
7
- pandas==2.0.0
8
- openpyxl==3.1.0
9
- docx==0.1.0
10
- fitz==1.0.0
11
- pydub==1.0.0
12
- tqdm==5.0.0
13
- numpy==2.0.0
 
 
 
1
+ gradio>=4.0.0
2
+ transformers>=4.30.0
3
+ openai-whisper==20231106
4
+ torch>=2.0.1
5
+ beautifulsoup4>=4.12.0
6
+ requests>=2.31.0
7
+ pandas>=2.0.2
8
+ openpyxl>=3.1.2
9
+ python-docx>=0.8.11
10
+ PyMuPDF>=1.23.0
11
+ pydub>=0.25.1
12
+ tqdm>=4.65.0
13
+ numpy>=1.26.0
14
+ sentencepiece>=0.1.99
15
+ accelerate>=0.24.0