root
commited on
Commit
·
529c12e
1
Parent(s):
640baca
ss
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ nltk==3.8.1
|
|
8 |
faiss-cpu==1.7.4
|
9 |
rank-bm25==0.2.2
|
10 |
pandas==2.1.3
|
11 |
-
numpy
|
12 |
tqdm==4.66.1
|
13 |
huggingface-hub==0.30.0
|
14 |
bitsandbytes==0.44.1
|
|
|
8 |
faiss-cpu==1.7.4
|
9 |
rank-bm25==0.2.2
|
10 |
pandas==2.1.3
|
11 |
+
numpy>=1.24,<2.0
|
12 |
tqdm==4.66.1
|
13 |
huggingface-hub==0.30.0
|
14 |
bitsandbytes==0.44.1
|