Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|