Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
scikit-learn=
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|