Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
| 1 |
+
streamlit==1.10.0
|
| 2 |
+
pandas==1.4.2
|
| 3 |
+
numpy==1.22.3
|
| 4 |
+
scikit-learn==1.1.1
|
| 5 |
+
nltk==3.7
|
| 6 |
+
base64==2.8.0
|
| 7 |
+
datetime==4.6
|
| 8 |
+
openpyxl==3.0.10
|