Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -4,10 +4,7 @@ cloudpickle
|
|
4 |
diskcache
|
5 |
yfinance
|
6 |
isort
|
7 |
-
gradio
|
8 |
-
gradio-client
|
9 |
chromadb
|
10 |
-
unstructured[all-docs]
|
11 |
langchain
|
12 |
opencv-contrib-python-headless
|
13 |
cmake
|
@@ -15,4 +12,6 @@ libmagic-dev
|
|
15 |
poppler-utils
|
16 |
tesseract-ocr
|
17 |
libreoffice
|
18 |
-
|
|
|
|
|
|
4 |
diskcache
|
5 |
yfinance
|
6 |
isort
|
|
|
|
|
7 |
chromadb
|
|
|
8 |
langchain
|
9 |
opencv-contrib-python-headless
|
10 |
cmake
|
|
|
12 |
poppler-utils
|
13 |
tesseract-ocr
|
14 |
libreoffice
|
15 |
+
python-magic
|
16 |
+
pandoc
|
17 |
+
unstructured[all-docs]
|