Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
nltk==3.8.1
|
| 3 |
-
scikit-learn==1.3.2
|
| 4 |
-
joblib==1.3.2
|
| 5 |
-
pandas==2.1.4
|
| 6 |
-
numpy==1.26.2
|
| 7 |
python-dotenv==1.0.0
|
|
|
|
| 1 |
+
streamlit>=1.29.0
|
| 2 |
+
nltk==3.8.1
|
| 3 |
+
scikit-learn==1.3.2
|
| 4 |
+
joblib==1.3.2
|
| 5 |
+
pandas==2.1.4
|
| 6 |
+
numpy==1.26.2
|
| 7 |
python-dotenv==1.0.0
|