Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
gradio>=4.0.0
|
2 |
-
pandas>=1.
|
3 |
-
numpy>=1.
|
4 |
-
matplotlib>=3.
|
5 |
-
|
|
|
6 |
reportlab>=3.6.0
|
7 |
-
|
|
|
|
|
8 |
SpeechRecognition>=3.8.1
|
9 |
pydub>=0.25.0
|
|
|
1 |
gradio>=4.0.0
|
2 |
+
pandas>=1.5.0
|
3 |
+
numpy>=1.21.0
|
4 |
+
matplotlib>=3.5.0
|
5 |
+
seaborn>=0.11.0
|
6 |
+
Pillow>=8.0.0
|
7 |
reportlab>=3.6.0
|
8 |
+
boto3>=1.28.0
|
9 |
+
botocore>=1.31.0
|
10 |
+
PyPDF2>=3.0.0
|
11 |
SpeechRecognition>=3.8.1
|
12 |
pydub>=0.25.0
|