gavinzli commited on
Commit
9cec6f9
·
1 Parent(s): 76791f8

Add new dependencies to requirements.txt for enhanced functionality

Browse files
Files changed (1) hide show
  1. app/requirements.txt +12 -0
app/requirements.txt CHANGED
@@ -20,7 +20,9 @@ chardet==5.2.0
20
  charset-normalizer==3.4.1
21
  click==8.1.8
22
  coloredlogs==15.0.1
 
23
  cryptography==44.0.2
 
24
  dataclasses-json==0.6.7
25
  Deprecated==1.2.18
26
  distro==1.9.0
@@ -35,6 +37,7 @@ fastapi-sessions==0.3.2
35
  filelock==3.17.0
36
  filetype==1.2.0
37
  flatbuffers==25.2.10
 
38
  frozenlist==1.5.0
39
  fsspec==2025.2.0
40
  gitdb==4.0.12
@@ -67,6 +70,7 @@ jsonpatch==1.33
67
  jsonpointer==3.0.0
68
  jsonschema==4.23.0
69
  jsonschema-specifications==2024.10.1
 
70
  kubernetes==32.0.1
71
  langchain==0.3.21
72
  langchain-community==0.3.20
@@ -80,6 +84,7 @@ lxml==5.3.1
80
  markdown-it-py==3.0.0
81
  MarkupSafe==3.0.2
82
  marshmallow==3.26.1
 
83
  mdurl==0.1.2
84
  mmh3==5.1.0
85
  monotonic==1.6
@@ -93,8 +98,10 @@ nltk==3.9.1
93
  numpy==1.26.4
94
  oauthlib==3.2.2
95
  olefile==0.47
 
96
  onnxruntime==1.21.0
97
  openai==1.65.4
 
98
  openpyxl==3.1.5
99
  opentelemetry-api==1.30.0
100
  opentelemetry-exporter-otlp-proto-common==1.30.0
@@ -130,6 +137,7 @@ Pygments==2.19.1
130
  pymongo==4.11.2
131
  pyparsing==3.2.1
132
  pypdf==5.4.0
 
133
  PyPika==0.48.9
134
  pyproject_hooks==1.2.0
135
  python-dateutil==2.9.0.post0
@@ -137,6 +145,7 @@ python-dotenv==1.0.1
137
  python-iso639==2025.2.18
138
  python-jose==3.4.0
139
  python-magic==0.4.27
 
140
  python-oxmsg==0.0.2
141
  pytz==2025.1
142
  PyYAML==6.0.2
@@ -167,9 +176,11 @@ TatSu==5.13.1
167
  tenacity==9.0.0
168
  threadpoolctl==3.5.0
169
  tiktoken==0.9.0
 
170
  tokenizers==0.21.0
171
  toml==0.10.2
172
  torch==2.6.0
 
173
  tornado==6.4.2
174
  tqdm==4.67.1
175
  transformers==4.50.3
@@ -180,6 +191,7 @@ typing_extensions==4.12.2
180
  tzdata==2025.1
181
  unstructured==0.17.2
182
  unstructured-client==0.32.0
 
183
  uritemplate==4.1.1
184
  urllib3==2.3.0
185
  uvicorn==0.34.0
 
20
  charset-normalizer==3.4.1
21
  click==8.1.8
22
  coloredlogs==15.0.1
23
+ contourpy==1.3.1
24
  cryptography==44.0.2
25
+ cycler==0.12.1
26
  dataclasses-json==0.6.7
27
  Deprecated==1.2.18
28
  distro==1.9.0
 
37
  filelock==3.17.0
38
  filetype==1.2.0
39
  flatbuffers==25.2.10
40
+ fonttools==4.56.0
41
  frozenlist==1.5.0
42
  fsspec==2025.2.0
43
  gitdb==4.0.12
 
70
  jsonpointer==3.0.0
71
  jsonschema==4.23.0
72
  jsonschema-specifications==2024.10.1
73
+ kiwisolver==1.4.8
74
  kubernetes==32.0.1
75
  langchain==0.3.21
76
  langchain-community==0.3.20
 
84
  markdown-it-py==3.0.0
85
  MarkupSafe==3.0.2
86
  marshmallow==3.26.1
87
+ matplotlib==3.10.1
88
  mdurl==0.1.2
89
  mmh3==5.1.0
90
  monotonic==1.6
 
98
  numpy==1.26.4
99
  oauthlib==3.2.2
100
  olefile==0.47
101
+ onnx==1.17.0
102
  onnxruntime==1.21.0
103
  openai==1.65.4
104
+ opencv-python==4.11.0.86
105
  openpyxl==3.1.5
106
  opentelemetry-api==1.30.0
107
  opentelemetry-exporter-otlp-proto-common==1.30.0
 
137
  pymongo==4.11.2
138
  pyparsing==3.2.1
139
  pypdf==5.4.0
140
+ pypdfium2==4.30.1
141
  PyPika==0.48.9
142
  pyproject_hooks==1.2.0
143
  python-dateutil==2.9.0.post0
 
145
  python-iso639==2025.2.18
146
  python-jose==3.4.0
147
  python-magic==0.4.27
148
+ python-multipart==0.0.20
149
  python-oxmsg==0.0.2
150
  pytz==2025.1
151
  PyYAML==6.0.2
 
176
  tenacity==9.0.0
177
  threadpoolctl==3.5.0
178
  tiktoken==0.9.0
179
+ timm==1.0.15
180
  tokenizers==0.21.0
181
  toml==0.10.2
182
  torch==2.6.0
183
+ torchvision==0.21.0
184
  tornado==6.4.2
185
  tqdm==4.67.1
186
  transformers==4.50.3
 
191
  tzdata==2025.1
192
  unstructured==0.17.2
193
  unstructured-client==0.32.0
194
+ unstructured-inference==0.8.10
195
  uritemplate==4.1.1
196
  urllib3==2.3.0
197
  uvicorn==0.34.0