Seicas commited on
Commit
ce7ec9b
·
verified ·
1 Parent(s): a0cf6b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -19
requirements.txt CHANGED
@@ -1,19 +1,20 @@
1
- fastapi==0.103.1
2
- uvicorn==0.23.2
3
- pydantic==2.3.0
4
- python-multipart==0.0.6
5
- numpy==1.26.0
6
- librosa==0.10.1
7
- noisereduce==2.0.1
8
- soundfile==0.12.1
9
- pyannote.audio==3.0.0
10
- torch==2.0.1
11
- whisper==1.1.10
12
- spacy==3.6.1
13
- fuzzywuzzy==0.18.0
14
- python-Levenshtein==0.21.1
15
- python-jose==3.3.0
16
- passlib==1.7.4
17
- cryptography==41.0.4
18
- python-dotenv==1.0.0
19
- gradio==3.50.2
 
 
1
+ fastapi==0.103.1
2
+ uvicorn==0.23.2
3
+ pydantic==2.3.0
4
+ python-multipart==0.0.6
5
+ numpy==1.26.0
6
+ librosa==0.10.1
7
+ noisereduce==2.0.1
8
+ soundfile==0.12.1
9
+ pyannote.audio==3.0.0
10
+ torch==2.0.1
11
+ whisper==1.1.10
12
+ spacy==3.6.1
13
+ fuzzywuzzy==0.18.0
14
+ python-Levenshtein==0.21.1
15
+ python-jose==3.3.0
16
+ passlib==1.7.4
17
+ cryptography==41.0.4
18
+ python-dotenv==1.0.0
19
+ gradio==3.50.2
20
+ pydub==0.25.1