Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,7 +8,6 @@ colorama
|
|
8 |
duckduckgo_search
|
9 |
Pygments
|
10 |
llama_index==0.5.13
|
11 |
-
langchain
|
12 |
markdown
|
13 |
PyPDF2
|
14 |
pdfplumber
|
@@ -23,3 +22,5 @@ protobuf==3.19.0
|
|
23 |
git+https://github.com/OptimalScale/LMFlow.git
|
24 |
cpm-kernels
|
25 |
sentence_transformers
|
|
|
|
|
|
8 |
duckduckgo_search
|
9 |
Pygments
|
10 |
llama_index==0.5.13
|
|
|
11 |
markdown
|
12 |
PyPDF2
|
13 |
pdfplumber
|
|
|
22 |
git+https://github.com/OptimalScale/LMFlow.git
|
23 |
cpm-kernels
|
24 |
sentence_transformers
|
25 |
+
langchain<0.0.150
|
26 |
+
gradio_client<0.1.1
|