Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
huggingface_hub==0.
|
2 |
streamlit>=1.20.0
|
3 |
langchain>=0.0.200
|
4 |
faiss-cpu>=1.7.2
|
@@ -6,5 +6,4 @@ langchain-community>=0.0.17
|
|
6 |
numpy>=1.21.0
|
7 |
scipy>=1.7.0
|
8 |
sentence-transformers
|
9 |
-
huggingface-hub
|
10 |
rank_bm25
|
|
|
1 |
+
huggingface_hub==0.12.1
|
2 |
streamlit>=1.20.0
|
3 |
langchain>=0.0.200
|
4 |
faiss-cpu>=1.7.2
|
|
|
6 |
numpy>=1.21.0
|
7 |
scipy>=1.7.0
|
8 |
sentence-transformers
|
|
|
9 |
rank_bm25
|