WebashalarForML commited on
Commit
b3c3b77
·
verified ·
1 Parent(s): e209a78

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -30
requirements.txt CHANGED
@@ -2,16 +2,20 @@ aiofiles
2
  aiohappyeyeballs
3
  aiohttp
4
  aiosignal
 
 
5
  annotated-types
6
  ansicon
7
  antlr4-python3-runtime
8
  anyio
9
  asgiref
 
10
  asttokens
11
  attrs
12
  backoff
13
  bcrypt
14
  beautifulsoup4
 
15
  blessed
16
  blinker
17
  build
@@ -23,38 +27,35 @@ charset-normalizer
23
  chroma-hnswlib
24
  chromadb
25
  click
26
- colorama
27
  coloredlogs
28
  comm
29
  contourpy
30
  cryptography
31
  cycler
 
32
  dataclasses-json
33
  debugpy
34
  decorator
35
  Deprecated
36
- distro
37
  durationpy
38
- effdet
39
  emoji
40
- et_xmlfile
41
  eval_type_backport
42
  executing
 
43
  fastapi
44
  filelock
45
  filetype
 
46
  Flask
47
  flatbuffers
48
  fonttools
49
  frozenlist
50
  fsspec
51
- google-api-core
52
  google-auth
53
- google-cloud-vision
54
  googleapis-common-protos
55
  greenlet
56
  grpcio
57
- grpcio-status
58
  h11
59
  html5lib
60
  httpcore
@@ -63,11 +64,13 @@ httpx
63
  httpx-sse
64
  huggingface-hub
65
  humanfriendly
 
66
  idna
 
 
67
  importlib_metadata
68
  importlib_resources
69
  InstructorEmbedding
70
- iopath
71
  ipykernel
72
  ipython
73
  itsdangerous
@@ -76,7 +79,6 @@ Jinja2
76
  jinxed
77
  jiter
78
  joblib
79
- jsonpatch
80
  jsonpath-python
81
  jsonpointer
82
  jupyter_client
@@ -89,11 +91,13 @@ langchain-core
89
  langchain-huggingface
90
  langchain-openai
91
  langchain-text-splitters
 
92
  langdetect
93
  langsmith
94
- layoutparser
 
 
95
  lxml
96
- Markdown
97
  markdown-it-py
98
  MarkupSafe
99
  marshmallow
@@ -116,8 +120,9 @@ omegaconf
116
  onnx
117
  onnxruntime
118
  openai
 
119
  opencv-python
120
- openpyxl
121
  opentelemetry-api
122
  opentelemetry-exporter-otlp-proto-common
123
  opentelemetry-exporter-otlp-proto-grpc
@@ -128,16 +133,14 @@ opentelemetry-proto
128
  opentelemetry-sdk
129
  opentelemetry-semantic-conventions
130
  opentelemetry-util-http
 
131
  orjson
132
  overrides
133
  packaging
 
 
134
  pandas
135
  parso
136
- pdf2image
137
- pdfminer.six
138
- pdfplumber
139
- pi_heif
140
- pikepdf
141
  pillow
142
  pinecone-client
143
  pinecone-notebooks
@@ -145,39 +148,39 @@ pinecone-plugin-inference
145
  pinecone-plugin-interface
146
  pinecone-text
147
  platformdirs
 
148
  portalocker
149
  posthog
150
  prompt_toolkit
151
  propcache
152
- proto-plus
153
  protobuf
154
  psutil
155
  pure_eval
156
  pyasn1
157
  pyasn1_modules
158
- pycocotools
159
  pycparser
160
  pydantic
161
  pydantic-settings
162
  pydantic_core
163
  Pygments
164
- pypandoc
165
  pyparsing
166
  pypdf
167
- pypdfium2
168
  PyPika
169
  pyproject_hooks
170
  pyreadline3
 
171
  python-dateutil
172
  python-docx
173
  python-dotenv
174
  python-iso639
175
  python-magic
176
- python-multipart
177
  python-oxmsg
178
- python-pptx
 
179
  PyYAML
180
  pyzmq
 
181
  RapidFuzz
182
  readchar
183
  regex
@@ -187,11 +190,14 @@ requests-toolbelt
187
  revel
188
  rich
189
  rsa
 
190
  safetensors
 
191
  scikit-learn
192
  scipy
193
  sentence-transformers
194
  setuptools
 
195
  shellingham
196
  six
197
  sniffio
@@ -200,17 +206,20 @@ SQLAlchemy
200
  stack-data
201
  starlette
202
  sympy
 
203
  tenacity
 
204
  threadpoolctl
 
205
  tiktoken
206
- timm
207
- tokenizers
208
  torch
 
209
  torchvision
210
  tornado
211
  tqdm
212
  traitlets
213
- transformers
214
  typer
215
  types-requests
216
  typing-inspect
@@ -219,8 +228,6 @@ tzdata
219
  u
220
  unstructured
221
  unstructured-client
222
- unstructured-inference
223
- unstructured.pytesseract
224
  urllib3
225
  uvicorn
226
  watchfiles
@@ -230,9 +237,8 @@ websocket-client
230
  websockets
231
  Werkzeug
232
  wget
 
233
  wrapt
234
- xlrd
235
- XlsxWriter
236
  yarl
237
  zipp
238
  gunicorn
 
2
  aiohappyeyeballs
3
  aiohttp
4
  aiosignal
5
+ albucore
6
+ albumentations
7
  annotated-types
8
  ansicon
9
  antlr4-python3-runtime
10
  anyio
11
  asgiref
12
+ astor
13
  asttokens
14
  attrs
15
  backoff
16
  bcrypt
17
  beautifulsoup4
18
+ bitarray
19
  blessed
20
  blinker
21
  build
 
27
  chroma-hnswlib
28
  chromadb
29
  click
 
30
  coloredlogs
31
  comm
32
  contourpy
33
  cryptography
34
  cycler
35
+ Cython
36
  dataclasses-json
37
  debugpy
38
  decorator
39
  Deprecated
40
+ diskcache
41
  durationpy
 
42
  emoji
 
43
  eval_type_backport
44
  executing
45
+ fairseq
46
  fastapi
47
  filelock
48
  filetype
49
+ fire
50
  Flask
51
  flatbuffers
52
  fonttools
53
  frozenlist
54
  fsspec
 
55
  google-auth
 
56
  googleapis-common-protos
57
  greenlet
58
  grpcio
 
59
  h11
60
  html5lib
61
  httpcore
 
64
  httpx-sse
65
  huggingface-hub
66
  humanfriendly
67
+ hydra-core
68
  idna
69
+ imageio
70
+ imgaug
71
  importlib_metadata
72
  importlib_resources
73
  InstructorEmbedding
 
74
  ipykernel
75
  ipython
76
  itsdangerous
 
79
  jinxed
80
  jiter
81
  joblib
 
82
  jsonpath-python
83
  jsonpointer
84
  jupyter_client
 
91
  langchain-huggingface
92
  langchain-openai
93
  langchain-text-splitters
94
+ langchainhub
95
  langdetect
96
  langsmith
97
+ lazy_loader
98
+ llama_cpp_python
99
+ lmdb
100
  lxml
 
101
  markdown-it-py
102
  MarkupSafe
103
  marshmallow
 
120
  onnx
121
  onnxruntime
122
  openai
123
+ opencv-contrib-python
124
  opencv-python
125
+ opencv-python-headless
126
  opentelemetry-api
127
  opentelemetry-exporter-otlp-proto-common
128
  opentelemetry-exporter-otlp-proto-grpc
 
133
  opentelemetry-sdk
134
  opentelemetry-semantic-conventions
135
  opentelemetry-util-http
136
+ opt-einsum
137
  orjson
138
  overrides
139
  packaging
140
+ paddleocr
141
+ paddlepaddle
142
  pandas
143
  parso
 
 
 
 
 
144
  pillow
145
  pinecone-client
146
  pinecone-notebooks
 
148
  pinecone-plugin-interface
149
  pinecone-text
150
  platformdirs
151
+ poppler-utils
152
  portalocker
153
  posthog
154
  prompt_toolkit
155
  propcache
 
156
  protobuf
157
  psutil
158
  pure_eval
159
  pyasn1
160
  pyasn1_modules
161
+ pyclipper
162
  pycparser
163
  pydantic
164
  pydantic-settings
165
  pydantic_core
166
  Pygments
 
167
  pyparsing
168
  pypdf
 
169
  PyPika
170
  pyproject_hooks
171
  pyreadline3
172
+ pytesseract
173
  python-dateutil
174
  python-docx
175
  python-dotenv
176
  python-iso639
177
  python-magic
 
178
  python-oxmsg
179
+ pytz
180
+ pywin32
181
  PyYAML
182
  pyzmq
183
+ rank-bm25
184
  RapidFuzz
185
  readchar
186
  regex
 
190
  revel
191
  rich
192
  rsa
193
+ sacrebleu
194
  safetensors
195
+ scikit-image
196
  scikit-learn
197
  scipy
198
  sentence-transformers
199
  setuptools
200
+ shapely
201
  shellingham
202
  six
203
  sniffio
 
206
  stack-data
207
  starlette
208
  sympy
209
+ tabulate
210
  tenacity
211
+ termcolor
212
  threadpoolctl
213
+ tifffile
214
  tiktoken
215
+ tokenizer
216
+ tomli
217
  torch
218
+ torchaudio
219
  torchvision
220
  tornado
221
  tqdm
222
  traitlets
 
223
  typer
224
  types-requests
225
  typing-inspect
 
228
  u
229
  unstructured
230
  unstructured-client
 
 
231
  urllib3
232
  uvicorn
233
  watchfiles
 
237
  websockets
238
  Werkzeug
239
  wget
240
+ wheel
241
  wrapt
 
 
242
  yarl
243
  zipp
244
  gunicorn