bentobytes commited on
Commit
c2678f6
·
1 Parent(s): f33e24c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -5
requirements.txt CHANGED
@@ -2,6 +2,7 @@ aiofiles==23.1.0
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
4
  altair==5.0.1
 
5
  anyio==3.7.1
6
  asttokens==2.2.1
7
  async-timeout==4.0.2
@@ -10,27 +11,38 @@ autopep8==2.0.2
10
  backcall==0.2.0
11
  backoff==2.2.1
12
  certifi==2023.5.7
 
 
13
  charset-normalizer==3.2.0
 
 
14
  click==8.1.4
15
  clickhouse-connect==0.6.6
 
16
  coloredlogs==15.0.1
17
  comm==0.1.3
18
  contourpy==1.1.0
 
19
  cycler==0.11.0
20
  dataclasses-json==0.5.9
21
  debugpy==1.6.7
22
  decorator==5.1.1
23
  dnspython==2.3.0
24
  duckdb==0.8.1
 
 
25
  exceptiongroup==1.1.2
26
  executing==1.2.0
27
- fastapi==0.100.0
28
  ffmpy==0.3.0
29
  filelock==3.12.2
 
30
  flatbuffers==23.5.26
31
  fonttools==4.40.0
32
  frozenlist==1.3.3
33
  fsspec==2023.6.0
 
 
34
  greenlet==2.0.2
35
  h11==0.14.0
36
  hnswlib==0.7.0
@@ -42,22 +54,28 @@ humanfriendly==10.0
42
  idna==3.4
43
  importlib-metadata==6.8.0
44
  importlib-resources==6.0.0
 
45
  ipykernel==6.24.0
46
  ipython==8.14.0
47
  ipywidgets==8.0.7
48
  jedi==0.18.2
49
  Jinja2==3.1.2
 
50
  jsonschema==4.18.0
51
  jsonschema-specifications==2023.6.1
52
  jupyter_client==8.3.0
53
  jupyter_core==5.3.1
54
  jupyterlab-widgets==3.0.8
55
  kiwisolver==1.4.4
56
- #langchain==0.0.228
57
  langchainplus-sdk==0.0.20
 
 
58
  linkify-it-py==2.0.2
59
  loguru==0.7.0
 
60
  lz4==4.3.2
 
61
  markdown-it-py==2.2.0
62
  MarkupSafe==2.1.3
63
  marshmallow==3.19.0
@@ -68,24 +86,35 @@ mdit-py-plugins==0.3.3
68
  mdurl==0.1.2
69
  monotonic==1.6
70
  mpmath==1.3.0
 
71
  multidict==6.0.4
72
  mypy-extensions==1.0.0
73
  nest-asyncio==1.5.6
 
 
74
  numexpr==2.8.4
75
  numpy==1.25.1
 
 
76
  onnxruntime==1.15.1
77
  openai==0.27.8
78
  openapi-schema-pydantic==1.2.4
 
 
79
  orjson==3.9.2
80
  overrides==7.3.1
81
  packaging==23.1
82
  pandas==2.0.3
83
  parso==0.8.3
 
 
 
84
  pexpect==4.8.0
85
  pickleshare==0.7.5
86
  Pillow==10.0.0
87
  pinecone-client==2.2.2
88
  platformdirs==3.8.1
 
89
  posthog==3.0.1
90
  prompt-toolkit==3.0.39
91
  protobuf==4.23.4
@@ -93,22 +122,37 @@ psutil==5.9.5
93
  ptyprocess==0.7.0
94
  pulsar-client==3.2.0
95
  pure-eval==0.2.2
 
96
  pycodestyle==2.10.0
 
97
  pydantic==1.10.11
98
  pydub==0.25.1
99
  Pygments==2.15.1
 
 
100
  pyparsing==3.0.9
 
101
  PyPDF2==3.0.1
 
 
 
 
102
  python-dateutil==2.8.2
 
103
  python-dotenv==1.0.0
 
104
  python-multipart==0.0.6
 
105
  pytz==2023.3
 
106
  PyYAML==6.0
107
  pyzmq==25.1.0
108
  referencing==0.29.1
109
  regex==2023.6.3
110
  requests==2.31.0
111
  rpds-py==0.8.10
 
 
112
  semantic-version==2.10.0
113
  six==1.16.0
114
  sniffio==1.3.0
@@ -116,27 +160,34 @@ SQLAlchemy==2.0.18
116
  stack-data==0.6.2
117
  starlette==0.27.0
118
  sympy==1.12
 
119
  tenacity==8.2.2
120
  tiktoken==0.4.0
 
121
  tokenizers==0.13.3
122
  tomli==2.0.1
123
  toolz==0.12.0
 
 
124
  tornado==6.3.2
125
  tqdm==4.65.0
126
  traitlets==5.9.0
 
127
  typing-inspect==0.9.0
128
  typing_extensions==4.7.1
129
  tzdata==2023.3
130
  uc-micro-py==1.0.2
 
 
131
  urllib3==2.0.3
132
  uvicorn==0.22.0
133
  watchfiles==0.19.0
134
  wcwidth==0.2.6
135
  websockets==11.0.3
136
  widgetsnbextension==4.0.8
 
 
 
137
  yarl==1.9.2
138
  zipp==3.16.0
139
  zstandard==0.21.0
140
- pypdf==3.12.2
141
- chromadb==0.4.2
142
- langchain==0.0.237
 
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
4
  altair==5.0.1
5
+ antlr4-python3-runtime==4.9.3
6
  anyio==3.7.1
7
  asttokens==2.2.1
8
  async-timeout==4.0.2
 
11
  backcall==0.2.0
12
  backoff==2.2.1
13
  certifi==2023.5.7
14
+ cffi==1.15.1
15
+ chardet==5.1.0
16
  charset-normalizer==3.2.0
17
+ chroma-hnswlib==0.7.1
18
+ chromadb==0.4.2
19
  click==8.1.4
20
  clickhouse-connect==0.6.6
21
+ colorama==0.4.6
22
  coloredlogs==15.0.1
23
  comm==0.1.3
24
  contourpy==1.1.0
25
+ cryptography==41.0.2
26
  cycler==0.11.0
27
  dataclasses-json==0.5.9
28
  debugpy==1.6.7
29
  decorator==5.1.1
30
  dnspython==2.3.0
31
  duckdb==0.8.1
32
+ effdet==0.4.1
33
+ et-xmlfile==1.1.0
34
  exceptiongroup==1.1.2
35
  executing==1.2.0
36
+ fastapi==0.99.1
37
  ffmpy==0.3.0
38
  filelock==3.12.2
39
+ filetype==1.2.0
40
  flatbuffers==23.5.26
41
  fonttools==4.40.0
42
  frozenlist==1.3.3
43
  fsspec==2023.6.0
44
+ gradio==3.36.1
45
+ gradio_client==0.2.7
46
  greenlet==2.0.2
47
  h11==0.14.0
48
  hnswlib==0.7.0
 
54
  idna==3.4
55
  importlib-metadata==6.8.0
56
  importlib-resources==6.0.0
57
+ iopath==0.1.10
58
  ipykernel==6.24.0
59
  ipython==8.14.0
60
  ipywidgets==8.0.7
61
  jedi==0.18.2
62
  Jinja2==3.1.2
63
+ joblib==1.3.1
64
  jsonschema==4.18.0
65
  jsonschema-specifications==2023.6.1
66
  jupyter_client==8.3.0
67
  jupyter_core==5.3.1
68
  jupyterlab-widgets==3.0.8
69
  kiwisolver==1.4.4
70
+ langchain==0.0.237
71
  langchainplus-sdk==0.0.20
72
+ langsmith==0.0.10
73
+ layoutparser==0.3.4
74
  linkify-it-py==2.0.2
75
  loguru==0.7.0
76
+ lxml==4.9.3
77
  lz4==4.3.2
78
+ Markdown==3.4.3
79
  markdown-it-py==2.2.0
80
  MarkupSafe==2.1.3
81
  marshmallow==3.19.0
 
86
  mdurl==0.1.2
87
  monotonic==1.6
88
  mpmath==1.3.0
89
+ msg-parser==1.2.0
90
  multidict==6.0.4
91
  mypy-extensions==1.0.0
92
  nest-asyncio==1.5.6
93
+ networkx==3.1
94
+ nltk==3.8.1
95
  numexpr==2.8.4
96
  numpy==1.25.1
97
+ olefile==0.46
98
+ omegaconf==2.3.0
99
  onnxruntime==1.15.1
100
  openai==0.27.8
101
  openapi-schema-pydantic==1.2.4
102
+ opencv-python==4.8.0.74
103
+ openpyxl==3.1.2
104
  orjson==3.9.2
105
  overrides==7.3.1
106
  packaging==23.1
107
  pandas==2.0.3
108
  parso==0.8.3
109
+ pdf2image==1.16.3
110
+ pdfminer.six==20221105
111
+ pdfplumber==0.10.1
112
  pexpect==4.8.0
113
  pickleshare==0.7.5
114
  Pillow==10.0.0
115
  pinecone-client==2.2.2
116
  platformdirs==3.8.1
117
+ portalocker==2.7.0
118
  posthog==3.0.1
119
  prompt-toolkit==3.0.39
120
  protobuf==4.23.4
 
122
  ptyprocess==0.7.0
123
  pulsar-client==3.2.0
124
  pure-eval==0.2.2
125
+ pycocotools==2.0.6
126
  pycodestyle==2.10.0
127
+ pycparser==2.21
128
  pydantic==1.10.11
129
  pydub==0.25.1
130
  Pygments==2.15.1
131
+ PyMuPDF==1.22.5
132
+ pypandoc==1.11
133
  pyparsing==3.0.9
134
+ pypdf==3.12.2
135
  PyPDF2==3.0.1
136
+ pypdfium2==4.18.0
137
+ PyPika==0.48.9
138
+ pyreadline3==3.4.1
139
+ pytesseract==0.3.10
140
  python-dateutil==2.8.2
141
+ python-docx==0.8.11
142
  python-dotenv==1.0.0
143
+ python-magic==0.4.27
144
  python-multipart==0.0.6
145
+ python-pptx==0.6.21
146
  pytz==2023.3
147
+ pywin32==306
148
  PyYAML==6.0
149
  pyzmq==25.1.0
150
  referencing==0.29.1
151
  regex==2023.6.3
152
  requests==2.31.0
153
  rpds-py==0.8.10
154
+ safetensors==0.3.1
155
+ scipy==1.11.1
156
  semantic-version==2.10.0
157
  six==1.16.0
158
  sniffio==1.3.0
 
160
  stack-data==0.6.2
161
  starlette==0.27.0
162
  sympy==1.12
163
+ tabulate==0.9.0
164
  tenacity==8.2.2
165
  tiktoken==0.4.0
166
+ timm==0.9.2
167
  tokenizers==0.13.3
168
  tomli==2.0.1
169
  toolz==0.12.0
170
+ torch==2.0.1
171
+ torchvision==0.15.2
172
  tornado==6.3.2
173
  tqdm==4.65.0
174
  traitlets==5.9.0
175
+ transformers==4.31.0
176
  typing-inspect==0.9.0
177
  typing_extensions==4.7.1
178
  tzdata==2023.3
179
  uc-micro-py==1.0.2
180
+ unstructured==0.8.1
181
+ unstructured-inference==0.5.5
182
  urllib3==2.0.3
183
  uvicorn==0.22.0
184
  watchfiles==0.19.0
185
  wcwidth==0.2.6
186
  websockets==11.0.3
187
  widgetsnbextension==4.0.8
188
+ win32-setctime==1.1.0
189
+ xlrd==2.0.1
190
+ XlsxWriter==3.1.2
191
  yarl==1.9.2
192
  zipp==3.16.0
193
  zstandard==0.21.0