zaid002 commited on
Commit
ee5e7b0
·
verified ·
1 Parent(s): 3816533

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -11
requirements.txt CHANGED
@@ -1,11 +1,7 @@
1
- pandas==1.5.3
2
- numpy==1.23.5
3
- nltk==3.8.1
4
- scikit-learn==1.2.2
5
- matplotlib==3.7.1
6
- seaborn==0.12.2
7
- wordcloud==1.9.2
8
- textblob==0.17.1
9
- plotly==5.14.1
10
- streamlit==1.24.0
11
- flask==2.3.3
 
1
+ streamlit>=1.31.0
2
+ pandas>=2.1.0
3
+ numpy>=1.26.0
4
+ scikit-learn>=1.3.0
5
+ joblib>=1.3.0
6
+ matplotlib>=3.8.0
7
+ seaborn>=0.12.2