King-Afridi commited on
Commit
1f7133c
·
verified ·
1 Parent(s): ee53389

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- streamlit
2
- pandas
3
- matplotlib
4
- gTTS
5
- requests
6
- openai
7
 
8
 
9
 
 
1
+ streamlit==1.21.0
2
+ pandas==1.5.3
3
+ matplotlib==3.7.0
4
+ gTTS==2.3.1
5
+ requests==2.28.2
6
+ groq==0.3.0
7
 
8
 
9