Spaces:
Runtime error
Runtime error
freQuensy23
commited on
Commit
•
07fa0f4
1
Parent(s):
4c9c87c
[IMP] new requirements.txt
Browse files- requirements.txt +15 -6
requirements.txt
CHANGED
@@ -26,7 +26,7 @@ emoji==2.8.0
|
|
26 |
et-xmlfile==1.1.0
|
27 |
exceptiongroup==1.1.1
|
28 |
faiss-cpu==1.7.4
|
29 |
-
fastapi
|
30 |
ffmpy==0.3.0
|
31 |
filelock==3.12.2
|
32 |
filetype==1.2.0
|
@@ -34,7 +34,7 @@ flatbuffers==23.5.26
|
|
34 |
fonttools==4.40.0
|
35 |
frozenlist==1.3.3
|
36 |
fsspec==2023.6.0
|
37 |
-
gradio
|
38 |
gradio_client==0.7.3
|
39 |
h11==0.14.0
|
40 |
httpcore==0.17.2
|
@@ -47,11 +47,17 @@ importlib-resources==5.12.0
|
|
47 |
iopath==0.1.10
|
48 |
Jinja2==3.1.2
|
49 |
joblib==1.3.2
|
|
|
|
|
50 |
jsonschema==4.17.3
|
51 |
kiwisolver==1.4.4
|
52 |
-
langchain
|
|
|
|
|
|
|
53 |
langchainplus-sdk==0.0.16
|
54 |
langdetect==1.0.9
|
|
|
55 |
layoutparser==0.3.4
|
56 |
linkify-it-py==2.0.2
|
57 |
lxml==4.9.3
|
@@ -78,8 +84,8 @@ onnxruntime==1.15.1
|
|
78 |
openapi-schema-pydantic==1.2.4
|
79 |
opencv-python==4.8.1.78
|
80 |
openpyxl==3.1.2
|
81 |
-
orjson==3.9.
|
82 |
-
packaging==23.
|
83 |
pandas==2.0.2
|
84 |
pdf2image==1.16.3
|
85 |
pdfminer.six==20221105
|
@@ -90,10 +96,12 @@ portalocker==2.8.2
|
|
90 |
protobuf==4.25.1
|
91 |
pycocotools==2.0.7
|
92 |
pycparser==2.21
|
93 |
-
pydantic
|
94 |
pydantic_core==2.14.5
|
95 |
pydub==0.25.1
|
96 |
Pygments==2.15.1
|
|
|
|
|
97 |
pypandoc==1.12
|
98 |
pyparsing==3.1.0
|
99 |
pypdf==3.17.1
|
@@ -108,6 +116,7 @@ python-multipart==0.0.6
|
|
108 |
python-pptx==0.6.23
|
109 |
pytz==2023.3
|
110 |
PyYAML==6.0
|
|
|
111 |
rapidfuzz==3.5.2
|
112 |
regex==2023.10.3
|
113 |
requests==2.31.0
|
|
|
26 |
et-xmlfile==1.1.0
|
27 |
exceptiongroup==1.1.1
|
28 |
faiss-cpu==1.7.4
|
29 |
+
fastapi==0.106.0
|
30 |
ffmpy==0.3.0
|
31 |
filelock==3.12.2
|
32 |
filetype==1.2.0
|
|
|
34 |
fonttools==4.40.0
|
35 |
frozenlist==1.3.3
|
36 |
fsspec==2023.6.0
|
37 |
+
gradio==3.40.1
|
38 |
gradio_client==0.7.3
|
39 |
h11==0.14.0
|
40 |
httpcore==0.17.2
|
|
|
47 |
iopath==0.1.10
|
48 |
Jinja2==3.1.2
|
49 |
joblib==1.3.2
|
50 |
+
jsonpatch==1.33
|
51 |
+
jsonpointer==2.4
|
52 |
jsonschema==4.17.3
|
53 |
kiwisolver==1.4.4
|
54 |
+
langchain==0.1.12
|
55 |
+
langchain-community==0.0.28
|
56 |
+
langchain-core==0.1.32
|
57 |
+
langchain-text-splitters==0.0.1
|
58 |
langchainplus-sdk==0.0.16
|
59 |
langdetect==1.0.9
|
60 |
+
langsmith==0.1.29
|
61 |
layoutparser==0.3.4
|
62 |
linkify-it-py==2.0.2
|
63 |
lxml==4.9.3
|
|
|
84 |
openapi-schema-pydantic==1.2.4
|
85 |
opencv-python==4.8.1.78
|
86 |
openpyxl==3.1.2
|
87 |
+
orjson==3.9.15
|
88 |
+
packaging==23.2
|
89 |
pandas==2.0.2
|
90 |
pdf2image==1.16.3
|
91 |
pdfminer.six==20221105
|
|
|
96 |
protobuf==4.25.1
|
97 |
pycocotools==2.0.7
|
98 |
pycparser==2.21
|
99 |
+
pydantic==1.10.14
|
100 |
pydantic_core==2.14.5
|
101 |
pydub==0.25.1
|
102 |
Pygments==2.15.1
|
103 |
+
PyMuPDF==1.23.26
|
104 |
+
PyMuPDFb==1.23.22
|
105 |
pypandoc==1.12
|
106 |
pyparsing==3.1.0
|
107 |
pypdf==3.17.1
|
|
|
116 |
python-pptx==0.6.23
|
117 |
pytz==2023.3
|
118 |
PyYAML==6.0
|
119 |
+
rank-bm25==0.2.2
|
120 |
rapidfuzz==3.5.2
|
121 |
regex==2023.10.3
|
122 |
requests==2.31.0
|