root
commited on
Commit
·
9879a34
1
Parent(s):
d60989a
ss
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -9,9 +9,9 @@ torch==2.1.2
|
|
9 |
nltk==3.8.1
|
10 |
faiss-cpu==1.7.4
|
11 |
rank-bm25==0.2.2
|
12 |
-
sentence-transformers==2.
|
13 |
plotly==5.18.0
|
14 |
pandas==2.1.3
|
15 |
numpy==1.24.3
|
16 |
tqdm==4.66.1
|
17 |
-
huggingface-hub==0.
|
|
|
9 |
nltk==3.8.1
|
10 |
faiss-cpu==1.7.4
|
11 |
rank-bm25==0.2.2
|
12 |
+
sentence-transformers==2.7.0
|
13 |
plotly==5.18.0
|
14 |
pandas==2.1.3
|
15 |
numpy==1.24.3
|
16 |
tqdm==4.66.1
|
17 |
+
huggingface-hub==0.25.0
|