Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
# requirements.txt -
|
2 |
streamlit==1.22.0
|
3 |
numpy==1.24.3
|
4 |
matplotlib==3.7.1
|
5 |
Pillow==9.5.0
|
6 |
pandas==2.0.3
|
7 |
-
plotly==5.18.0
|
|
|
|
1 |
+
# requirements.txt - Enhanced Dependencies
|
2 |
streamlit==1.22.0
|
3 |
numpy==1.24.3
|
4 |
matplotlib==3.7.1
|
5 |
Pillow==9.5.0
|
6 |
pandas==2.0.3
|
7 |
+
plotly==5.18.0
|
8 |
+
gTTS==2.4.0
|