Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +29 -1
requirements.txt
CHANGED
@@ -3,10 +3,12 @@ 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-generator==1.10
|
8 |
async-timeout==4.0.2
|
9 |
attrs==23.1.0
|
|
|
10 |
backcall==0.2.0
|
11 |
backoff==2.2.1
|
12 |
certifi==2023.5.7
|
@@ -20,8 +22,10 @@ colorama==0.4.6
|
|
20 |
coloredlogs==15.0.1
|
21 |
comm==0.1.3
|
22 |
commonmark==0.9.1
|
|
|
23 |
contourpy==1.1.0
|
24 |
cryptography==41.0.1
|
|
|
25 |
cycler==0.11.0
|
26 |
dataclasses-json==0.5.8
|
27 |
debugpy==1.6.7
|
@@ -51,11 +55,16 @@ httptools==0.5.0
|
|
51 |
httpx==0.23.3
|
52 |
huggingface-hub==0.15.1
|
53 |
humanfriendly==10.0
|
|
|
54 |
idna==3.4
|
|
|
55 |
ipykernel==6.23.3
|
56 |
ipython==8.14.0
|
|
|
|
|
57 |
jedi==0.18.2
|
58 |
Jinja2==3.1.2
|
|
|
59 |
joblib==1.2.0
|
60 |
jsonschema==4.17.3
|
61 |
jupyter_client==8.3.0
|
@@ -95,6 +104,7 @@ outcome==1.2.0
|
|
95 |
overrides==7.3.1
|
96 |
packaging==23.1
|
97 |
pandas==1.5.3
|
|
|
98 |
parso==0.8.3
|
99 |
pdf2image==1.16.3
|
100 |
pdfminer.six==20221105
|
@@ -103,14 +113,19 @@ Pillow==9.5.0
|
|
103 |
platformdirs==3.8.0
|
104 |
posthog==3.0.1
|
105 |
prompt-toolkit==3.0.38
|
|
|
106 |
protobuf==4.23.3
|
107 |
psutil==5.9.5
|
108 |
pulsar-client==3.2.0
|
109 |
pure-eval==0.2.2
|
|
|
|
|
110 |
pycparser==2.21
|
111 |
pydantic==1.10.9
|
|
|
112 |
pydub==0.25.1
|
113 |
Pygments==2.15.1
|
|
|
114 |
pypandoc==1.11
|
115 |
pyparsing==3.1.0
|
116 |
pyreadline3==3.4.1
|
@@ -125,12 +140,19 @@ python-pptx==0.6.21
|
|
125 |
pytz==2023.3
|
126 |
PyYAML==6.0
|
127 |
pyzmq==25.1.0
|
|
|
128 |
regex==2023.6.3
|
129 |
requests==2.31.0
|
|
|
130 |
rfc3986==1.5.0
|
131 |
-
rich==13.1
|
|
|
|
|
|
|
|
|
132 |
selenium==4.10.0
|
133 |
semantic-version==2.10.0
|
|
|
134 |
six==1.16.0
|
135 |
sniffio==1.3.0
|
136 |
sortedcontainers==2.4.0
|
@@ -141,6 +163,7 @@ sympy==1.12
|
|
141 |
tabulate==0.9.0
|
142 |
tenacity==8.2.2
|
143 |
tiktoken==0.4.0
|
|
|
144 |
tokenizers==0.13.3
|
145 |
toolz==0.12.0
|
146 |
tornado==6.3.2
|
@@ -148,6 +171,8 @@ tqdm==4.65.0
|
|
148 |
traitlets==5.9.0
|
149 |
trio==0.22.0
|
150 |
trio-websocket==0.10.3
|
|
|
|
|
151 |
typer==0.9.0
|
152 |
types-requests==2.31.0.1
|
153 |
types-urllib3==1.26.25.13
|
@@ -158,12 +183,15 @@ uc-micro-py==1.0.2
|
|
158 |
unstructured==0.7.9
|
159 |
urllib3==2.0.3
|
160 |
uvicorn==0.22.0
|
|
|
161 |
watchfiles==0.19.0
|
162 |
wcwidth==0.2.6
|
|
|
163 |
websockets==11.0.3
|
164 |
wrapt==1.14.1
|
165 |
wsproto==1.2.0
|
166 |
xlrd==2.0.1
|
167 |
XlsxWriter==3.1.2
|
168 |
yarl==1.9.2
|
|
|
169 |
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 |
+
Automat==22.10.0
|
12 |
backcall==0.2.0
|
13 |
backoff==2.2.1
|
14 |
certifi==2023.5.7
|
|
|
22 |
coloredlogs==15.0.1
|
23 |
comm==0.1.3
|
24 |
commonmark==0.9.1
|
25 |
+
constantly==15.1.0
|
26 |
contourpy==1.1.0
|
27 |
cryptography==41.0.1
|
28 |
+
cssselect==1.2.0
|
29 |
cycler==0.11.0
|
30 |
dataclasses-json==0.5.8
|
31 |
debugpy==1.6.7
|
|
|
55 |
httpx==0.23.3
|
56 |
huggingface-hub==0.15.1
|
57 |
humanfriendly==10.0
|
58 |
+
hyperlink==21.0.0
|
59 |
idna==3.4
|
60 |
+
incremental==22.10.0
|
61 |
ipykernel==6.23.3
|
62 |
ipython==8.14.0
|
63 |
+
itemadapter==0.8.0
|
64 |
+
itemloaders==1.1.0
|
65 |
jedi==0.18.2
|
66 |
Jinja2==3.1.2
|
67 |
+
jmespath==1.0.1
|
68 |
joblib==1.2.0
|
69 |
jsonschema==4.17.3
|
70 |
jupyter_client==8.3.0
|
|
|
104 |
overrides==7.3.1
|
105 |
packaging==23.1
|
106 |
pandas==1.5.3
|
107 |
+
parsel==1.8.1
|
108 |
parso==0.8.3
|
109 |
pdf2image==1.16.3
|
110 |
pdfminer.six==20221105
|
|
|
113 |
platformdirs==3.8.0
|
114 |
posthog==3.0.1
|
115 |
prompt-toolkit==3.0.38
|
116 |
+
Protego==0.2.1
|
117 |
protobuf==4.23.3
|
118 |
psutil==5.9.5
|
119 |
pulsar-client==3.2.0
|
120 |
pure-eval==0.2.2
|
121 |
+
pyasn1==0.5.0
|
122 |
+
pyasn1-modules==0.3.0
|
123 |
pycparser==2.21
|
124 |
pydantic==1.10.9
|
125 |
+
PyDispatcher==2.0.7
|
126 |
pydub==0.25.1
|
127 |
Pygments==2.15.1
|
128 |
+
pyOpenSSL==23.2.0
|
129 |
pypandoc==1.11
|
130 |
pyparsing==3.1.0
|
131 |
pyreadline3==3.4.1
|
|
|
140 |
pytz==2023.3
|
141 |
PyYAML==6.0
|
142 |
pyzmq==25.1.0
|
143 |
+
queuelib==1.6.2
|
144 |
regex==2023.6.3
|
145 |
requests==2.31.0
|
146 |
+
requests-file==1.5.1
|
147 |
rfc3986==1.5.0
|
148 |
+
rich==13.0.1
|
149 |
+
ruamel.yaml==0.17.32
|
150 |
+
ruamel.yaml.clib==0.2.7
|
151 |
+
Scrapy==2.9.0
|
152 |
+
scrapy-splash==0.9.0
|
153 |
selenium==4.10.0
|
154 |
semantic-version==2.10.0
|
155 |
+
service-identity==23.1.0
|
156 |
six==1.16.0
|
157 |
sniffio==1.3.0
|
158 |
sortedcontainers==2.4.0
|
|
|
163 |
tabulate==0.9.0
|
164 |
tenacity==8.2.2
|
165 |
tiktoken==0.4.0
|
166 |
+
tldextract==3.4.4
|
167 |
tokenizers==0.13.3
|
168 |
toolz==0.12.0
|
169 |
tornado==6.3.2
|
|
|
171 |
traitlets==5.9.0
|
172 |
trio==0.22.0
|
173 |
trio-websocket==0.10.3
|
174 |
+
Twisted==22.10.0
|
175 |
+
twisted-iocpsupport==1.0.3
|
176 |
typer==0.9.0
|
177 |
types-requests==2.31.0.1
|
178 |
types-urllib3==1.26.25.13
|
|
|
183 |
unstructured==0.7.9
|
184 |
urllib3==2.0.3
|
185 |
uvicorn==0.22.0
|
186 |
+
w3lib==2.1.1
|
187 |
watchfiles==0.19.0
|
188 |
wcwidth==0.2.6
|
189 |
+
webdriver-manager==3.8.6
|
190 |
websockets==11.0.3
|
191 |
wrapt==1.14.1
|
192 |
wsproto==1.2.0
|
193 |
xlrd==2.0.1
|
194 |
XlsxWriter==3.1.2
|
195 |
yarl==1.9.2
|
196 |
+
zope.interface==6.0
|
197 |
zstandard==0.21.0
|