Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
sentence-transformers
|
| 6 |
-
faiss-cpu
|
| 7 |
-
matplotlib
|
| 8 |
-
seaborn
|
| 9 |
-
huggingface_hub
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
numpy
|
| 4 |
+
scikit-learn
|
| 5 |
+
sentence-transformers
|
| 6 |
+
faiss-cpu
|
| 7 |
+
matplotlib
|
| 8 |
+
seaborn
|
|
|