Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,9 @@ streamlit
|
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
scikit-learn
|
| 5 |
-
sentence-transformers=
|
| 6 |
-
|
|
|
|
| 7 |
rank_bm25
|
| 8 |
rapidfuzz
|
| 9 |
faiss-cpu
|
|
|
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
scikit-learn
|
| 5 |
+
sentence-transformers>=2.6.0
|
| 6 |
+
transformers>=4.41.0
|
| 7 |
+
huggingface_hub>=0.20.0
|
| 8 |
rank_bm25
|
| 9 |
rapidfuzz
|
| 10 |
faiss-cpu
|