Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
corextopic
|
| 2 |
-
mlxtend
|
| 3 |
-
openpyxl
|
| 4 |
streamlit
|
| 5 |
pandas
|
| 6 |
numpy
|
|
|
|
|
|
|
| 7 |
scikit-learn
|
|
|
|
| 8 |
matplotlib
|
| 9 |
seaborn
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
+
openpyxl
|
| 5 |
+
torch
|
| 6 |
scikit-learn
|
| 7 |
+
mlxtend
|
| 8 |
matplotlib
|
| 9 |
seaborn
|
| 10 |
+
sentence-transformers
|