Spaces:
Sleeping
Sleeping
Update requirements .txt
Browse files- requirements .txt +9 -9
requirements .txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
scikit-learn
|
5 |
-
mlxtend
|
6 |
-
openpyxl
|
7 |
-
nltk
|
8 |
-
beautifulsoup4
|
9 |
-
joblib
|
|
|
1 |
+
streamlit==1.26.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.23.5
|
4 |
+
scikit-learn==1.2.2
|
5 |
+
mlxtend==0.22.0
|
6 |
+
openpyxl==3.1.2
|
7 |
+
nltk==3.8.1
|
8 |
+
beautifulsoup4==4.12.2
|
9 |
+
joblib==1.2.0
|