Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
pandas=
|
| 3 |
-
numpy=
|
| 4 |
-
scikit-learn=
|
| 5 |
-
nltk=
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
pandas>=1.5.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
scikit-learn>=1.2.0
|
| 5 |
+
nltk>=3.8.0
|