Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
langchain==0.0.267
|
3 |
chromadb==0.4.6
|
4 |
llama-cpp-python==0.1.78
|
@@ -15,7 +15,7 @@ auto-gptq==0.2.2
|
|
15 |
docx2txt
|
16 |
unstructured
|
17 |
|
18 |
-
|
19 |
urllib3==1.26.6
|
20 |
accelerate
|
21 |
bitsandbytes ; sys_platform != 'win32'
|
@@ -25,9 +25,9 @@ flask
|
|
25 |
requests
|
26 |
gradio
|
27 |
|
28 |
-
|
29 |
streamlit
|
30 |
Streamlit-extras
|
31 |
|
32 |
-
|
33 |
openpyxl
|
|
|
1 |
+
|
2 |
langchain==0.0.267
|
3 |
chromadb==0.4.6
|
4 |
llama-cpp-python==0.1.78
|
|
|
15 |
docx2txt
|
16 |
unstructured
|
17 |
|
18 |
+
|
19 |
urllib3==1.26.6
|
20 |
accelerate
|
21 |
bitsandbytes ; sys_platform != 'win32'
|
|
|
25 |
requests
|
26 |
gradio
|
27 |
|
28 |
+
|
29 |
streamlit
|
30 |
Streamlit-extras
|
31 |
|
32 |
+
|
33 |
openpyxl
|