SungBeom commited on
Commit
de08152
1 Parent(s): 77c5c64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +42 -5
requirements.txt CHANGED
@@ -3,12 +3,16 @@ aiohttp==3.8.4
3
  aiosignal==1.3.1
4
  altair==5.0.1
5
  anyio==3.7.0
 
6
  asttokens==2.2.1
 
7
  async-timeout==4.0.2
8
  attrs==23.1.0
9
  backcall==0.2.0
10
  backoff==2.2.1
11
  certifi==2023.5.7
 
 
12
  charset-normalizer==3.1.0
13
  chromadb==0.3.26
14
  click==8.1.3
@@ -16,18 +20,23 @@ clickhouse-connect==0.6.4
16
  colorama==0.4.6
17
  coloredlogs==15.0.1
18
  comm==0.1.3
 
19
  contourpy==1.1.0
 
20
  cycler==0.11.0
21
  dataclasses-json==0.5.8
22
  debugpy==1.6.7
23
  decorator==5.1.1
 
24
  docarray==0.32.1
25
  duckdb==0.8.1
 
26
  exceptiongroup==1.1.1
27
  executing==1.2.0
28
  fastapi==0.98.0
29
  ffmpy==0.3.0
30
  filelock==3.12.2
 
31
  flatbuffers==23.5.26
32
  fonttools==4.40.0
33
  frozenlist==1.3.3
@@ -38,9 +47,9 @@ gradio_client==0.2.7
38
  greenlet==2.0.2
39
  h11==0.14.0
40
  hnswlib==0.7.0
41
- httpcore==0.17.2
42
  httptools==0.5.0
43
- httpx==0.24.1
44
  huggingface-hub==0.15.1
45
  humanfriendly==10.0
46
  idna==3.4
@@ -48,6 +57,7 @@ ipykernel==6.23.3
48
  ipython==8.14.0
49
  jedi==0.18.2
50
  Jinja2==3.1.2
 
51
  jsonschema==4.17.3
52
  jupyter_client==8.3.0
53
  jupyter_core==5.3.1
@@ -56,7 +66,9 @@ langchain==0.0.215
56
  langchainplus-sdk==0.0.17
57
  lark==1.1.5
58
  linkify-it-py==2.0.2
 
59
  lz4==4.3.2
 
60
  markdown-it-py==2.2.0
61
  MarkupSafe==2.1.3
62
  marshmallow==3.19.0
@@ -67,19 +79,26 @@ mdit-py-plugins==0.3.3
67
  mdurl==0.1.2
68
  monotonic==1.6
69
  mpmath==1.3.0
 
70
  multidict==6.0.4
71
  mypy-extensions==1.0.0
72
  nest-asyncio==1.5.6
 
73
  numexpr==2.8.4
74
- numpy==1.25.0
 
75
  onnxruntime==1.15.1
76
  openai==0.27.8
77
  openapi-schema-pydantic==1.2.4
 
78
  orjson==3.9.1
 
79
  overrides==7.3.1
80
  packaging==23.1
81
- pandas==2.0.2
82
  parso==0.8.3
 
 
83
  pickleshare==0.7.5
84
  Pillow==9.5.0
85
  platformdirs==3.8.0
@@ -89,28 +108,38 @@ protobuf==4.23.3
89
  psutil==5.9.5
90
  pulsar-client==3.2.0
91
  pure-eval==0.2.2
 
92
  pydantic==1.10.9
93
  pydub==0.25.1
94
  Pygments==2.15.1
 
95
  pyparsing==3.1.0
96
  pyreadline3==3.4.1
97
  pyrsistent==0.19.3
 
98
  python-dateutil==2.8.2
 
99
  python-dotenv==1.0.0
 
100
  python-multipart==0.0.6
 
101
  pytz==2023.3
102
  PyYAML==6.0
103
  pyzmq==25.1.0
104
  regex==2023.6.3
105
  requests==2.31.0
106
- rich==13.4.2
 
 
107
  semantic-version==2.10.0
108
  six==1.16.0
109
  sniffio==1.3.0
 
110
  SQLAlchemy==2.0.17
111
  stack-data==0.6.2
112
  starlette==0.27.0
113
  sympy==1.12
 
114
  tenacity==8.2.2
115
  tiktoken==0.4.0
116
  tokenizers==0.13.3
@@ -118,16 +147,24 @@ toolz==0.12.0
118
  tornado==6.3.2
119
  tqdm==4.65.0
120
  traitlets==5.9.0
 
 
 
121
  types-requests==2.31.0.1
122
  types-urllib3==1.26.25.13
123
  typing-inspect==0.9.0
124
  typing_extensions==4.6.3
125
  tzdata==2023.3
126
  uc-micro-py==1.0.2
 
127
  urllib3==2.0.3
128
  uvicorn==0.22.0
129
  watchfiles==0.19.0
130
  wcwidth==0.2.6
131
  websockets==11.0.3
 
 
 
 
132
  yarl==1.9.2
133
  zstandard==0.21.0
 
3
  aiosignal==1.3.1
4
  altair==5.0.1
5
  anyio==3.7.0
6
+ argilla==1.11.0
7
  asttokens==2.2.1
8
+ async-generator==1.10
9
  async-timeout==4.0.2
10
  attrs==23.1.0
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.1.0
17
  chromadb==0.3.26
18
  click==8.1.3
 
20
  colorama==0.4.6
21
  coloredlogs==15.0.1
22
  comm==0.1.3
23
+ commonmark==0.9.1
24
  contourpy==1.1.0
25
+ cryptography==41.0.1
26
  cycler==0.11.0
27
  dataclasses-json==0.5.8
28
  debugpy==1.6.7
29
  decorator==5.1.1
30
+ Deprecated==1.2.14
31
  docarray==0.32.1
32
  duckdb==0.8.1
33
+ et-xmlfile==1.1.0
34
  exceptiongroup==1.1.1
35
  executing==1.2.0
36
  fastapi==0.98.0
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
 
47
  greenlet==2.0.2
48
  h11==0.14.0
49
  hnswlib==0.7.0
50
+ httpcore==0.16.3
51
  httptools==0.5.0
52
+ httpx==0.23.3
53
  huggingface-hub==0.15.1
54
  humanfriendly==10.0
55
  idna==3.4
 
57
  ipython==8.14.0
58
  jedi==0.18.2
59
  Jinja2==3.1.2
60
+ joblib==1.2.0
61
  jsonschema==4.17.3
62
  jupyter_client==8.3.0
63
  jupyter_core==5.3.1
 
66
  langchainplus-sdk==0.0.17
67
  lark==1.1.5
68
  linkify-it-py==2.0.2
69
+ lxml==4.9.2
70
  lz4==4.3.2
71
+ Markdown==3.4.3
72
  markdown-it-py==2.2.0
73
  MarkupSafe==2.1.3
74
  marshmallow==3.19.0
 
79
  mdurl==0.1.2
80
  monotonic==1.6
81
  mpmath==1.3.0
82
+ msg-parser==1.2.0
83
  multidict==6.0.4
84
  mypy-extensions==1.0.0
85
  nest-asyncio==1.5.6
86
+ nltk==3.8.1
87
  numexpr==2.8.4
88
+ numpy==1.23.5
89
+ olefile==0.46
90
  onnxruntime==1.15.1
91
  openai==0.27.8
92
  openapi-schema-pydantic==1.2.4
93
+ openpyxl==3.1.2
94
  orjson==3.9.1
95
+ outcome==1.2.0
96
  overrides==7.3.1
97
  packaging==23.1
98
+ pandas==1.5.3
99
  parso==0.8.3
100
+ pdf2image==1.16.3
101
+ pdfminer.six==20221105
102
  pickleshare==0.7.5
103
  Pillow==9.5.0
104
  platformdirs==3.8.0
 
108
  psutil==5.9.5
109
  pulsar-client==3.2.0
110
  pure-eval==0.2.2
111
+ pycparser==2.21
112
  pydantic==1.10.9
113
  pydub==0.25.1
114
  Pygments==2.15.1
115
+ pypandoc==1.11
116
  pyparsing==3.1.0
117
  pyreadline3==3.4.1
118
  pyrsistent==0.19.3
119
+ PySocks==1.7.1
120
  python-dateutil==2.8.2
121
+ python-docx==0.8.11
122
  python-dotenv==1.0.0
123
+ python-magic==0.4.27
124
  python-multipart==0.0.6
125
+ python-pptx==0.6.21
126
  pytz==2023.3
127
  PyYAML==6.0
128
  pyzmq==25.1.0
129
  regex==2023.6.3
130
  requests==2.31.0
131
+ rfc3986==1.5.0
132
+ rich==13.0.1
133
+ selenium==4.10.0
134
  semantic-version==2.10.0
135
  six==1.16.0
136
  sniffio==1.3.0
137
+ sortedcontainers==2.4.0
138
  SQLAlchemy==2.0.17
139
  stack-data==0.6.2
140
  starlette==0.27.0
141
  sympy==1.12
142
+ tabulate==0.9.0
143
  tenacity==8.2.2
144
  tiktoken==0.4.0
145
  tokenizers==0.13.3
 
147
  tornado==6.3.2
148
  tqdm==4.65.0
149
  traitlets==5.9.0
150
+ trio==0.22.0
151
+ trio-websocket==0.10.3
152
+ typer==0.9.0
153
  types-requests==2.31.0.1
154
  types-urllib3==1.26.25.13
155
  typing-inspect==0.9.0
156
  typing_extensions==4.6.3
157
  tzdata==2023.3
158
  uc-micro-py==1.0.2
159
+ unstructured==0.7.9
160
  urllib3==2.0.3
161
  uvicorn==0.22.0
162
  watchfiles==0.19.0
163
  wcwidth==0.2.6
164
  websockets==11.0.3
165
+ wrapt==1.14.1
166
+ wsproto==1.2.0
167
+ xlrd==2.0.1
168
+ XlsxWriter==3.1.2
169
  yarl==1.9.2
170
  zstandard==0.21.0