shujath000 commited on
Commit
07a966a
·
verified ·
1 Parent(s): dfcbfef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- streamlit
2
  scikit-learn==1.7.0
3
- pandas
4
- nltk
5
- joblib
6
- beautifulsoup4
7
- numpy
 
1
+ streamlit>=1.32.0
2
  scikit-learn==1.7.0
3
+ pandas>=2.2.0
4
+ nltk>=3.9.1
5
+ joblib>=1.3.0
6
+ beautifulsoup4>=4.12.0
7
+ numpy>=1.26.0