Spaces:
Runtime error
Runtime error
update reqs
Browse files- requirements.txt +76 -138
requirements.txt
CHANGED
@@ -1,143 +1,81 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
certifi==
|
9 |
-
|
10 |
-
chardet==3.0.4
|
11 |
-
charset-normalizer==2.0.12
|
12 |
click==8.1.3
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
mistune==0.8.4
|
56 |
-
more-itertools==4.2.0
|
57 |
-
murmurhash==1.0.7
|
58 |
-
nbconvert==5.6.1
|
59 |
-
nbformat==5.0.4
|
60 |
-
netifaces==0.10.4
|
61 |
-
nltk==3.7
|
62 |
-
notebook==6.0.3
|
63 |
-
numpy==1.23.0
|
64 |
-
oauthlib==3.1.0
|
65 |
-
packaging==21.3
|
66 |
-
pandas==1.5.2
|
67 |
-
pandocfilters==1.4.2
|
68 |
-
parso==0.5.2
|
69 |
-
pathy==0.6.2
|
70 |
-
pdfminer.six==20220524
|
71 |
-
pdfplumber==0.7.1
|
72 |
-
pexpect==4.6.0
|
73 |
-
pickleshare==0.7.5
|
74 |
-
Pillow==9.1.1
|
75 |
-
preshed==3.0.6
|
76 |
-
prometheus-client==0.7.1
|
77 |
-
prompt-toolkit==2.0.10
|
78 |
-
pyasn1==0.4.2
|
79 |
-
pyasn1-modules==0.2.1
|
80 |
-
pycparser==2.21
|
81 |
-
pydantic==1.8.2
|
82 |
-
Pygments==2.3.1
|
83 |
-
PyGObject==3.36.0
|
84 |
-
PyHamcrest==1.9.0
|
85 |
-
PyJWT==1.7.1
|
86 |
-
pymacaroons==0.13.0
|
87 |
-
PyNaCl==1.3.0
|
88 |
-
pyOpenSSL==19.0.0
|
89 |
pyparsing==3.0.9
|
90 |
-
pyrsistent==0.
|
91 |
-
pyserial==3.4
|
92 |
-
python-apt==2.0.0
|
93 |
python-dateutil==2.8.2
|
94 |
-
python-
|
95 |
-
python-debian===0.1.36ubuntu1
|
96 |
pytz==2022.7.1
|
97 |
-
PyYAML==
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
scikit-learn==1.
|
103 |
-
scipy==1.
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
sentencepiece==0.1.96
|
108 |
-
service-identity==18.1.0
|
109 |
-
simplejson==3.16.0
|
110 |
-
six==1.14.0
|
111 |
-
smart-open==5.2.1
|
112 |
-
spacy==3.3.1
|
113 |
-
spacy-legacy==3.0.9
|
114 |
-
spacy-loggers==1.0.2
|
115 |
-
srsly==2.4.3
|
116 |
-
ssh-import-id==5.10
|
117 |
-
systemd-python==234
|
118 |
-
terminado==0.8.2
|
119 |
-
testpath==0.4.4
|
120 |
-
thinc==8.0.17
|
121 |
threadpoolctl==3.1.0
|
122 |
-
tokenizers==0.
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
tqdm==4.64.
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
urllib3==1.25.8
|
136 |
-
wadllib==1.3.3
|
137 |
-
Wand==0.6.7
|
138 |
-
wasabi==0.9.1
|
139 |
-
wcwidth==0.1.8
|
140 |
-
webencodings==0.5.1
|
141 |
-
widgetsnbextension==2.0.0
|
142 |
-
zipp==1.0.0
|
143 |
-
zope.interface==4.7.1
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.3
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==4.2.2
|
5 |
+
anyio==3.6.2
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==22.2.0
|
8 |
+
certifi==2022.12.7
|
9 |
+
charset-normalizer==2.1.1
|
|
|
|
|
10 |
click==8.1.3
|
11 |
+
contourpy==1.0.7
|
12 |
+
cycler==0.11.0
|
13 |
+
datasets==2.9.0
|
14 |
+
dill==0.3.6
|
15 |
+
entrypoints==0.4
|
16 |
+
fastapi==0.91.0
|
17 |
+
ffmpy==0.3.0
|
18 |
+
filelock==3.9.0
|
19 |
+
fonttools==4.38.0
|
20 |
+
frozenlist==1.3.3
|
21 |
+
fsspec==2023.1.0
|
22 |
+
gradio==3.18.0
|
23 |
+
h11==0.14.0
|
24 |
+
httpcore==0.16.3
|
25 |
+
httpx==0.23.3
|
26 |
+
huggingface-hub==0.12.0
|
27 |
+
idna==3.4
|
28 |
+
Jinja2==3.1.2
|
29 |
+
joblib==1.2.0
|
30 |
+
jsonschema==4.17.3
|
31 |
+
kiwisolver==1.4.4
|
32 |
+
linkify-it-py==1.0.3
|
33 |
+
markdown-it-py==2.1.0
|
34 |
+
MarkupSafe==2.1.2
|
35 |
+
matplotlib==3.6.3
|
36 |
+
mdit-py-plugins==0.3.3
|
37 |
+
mdurl==0.1.2
|
38 |
+
multidict==6.0.4
|
39 |
+
multiprocess==0.70.14
|
40 |
+
numpy==1.24.2
|
41 |
+
nvidia-cublas-cu11==11.10.3.66
|
42 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
43 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
44 |
+
nvidia-cudnn-cu11==8.5.0.96
|
45 |
+
orjson==3.8.6
|
46 |
+
packaging==23.0
|
47 |
+
pandas==1.5.3
|
48 |
+
Pillow==9.4.0
|
49 |
+
pyarrow==11.0.0
|
50 |
+
pycryptodome==3.17
|
51 |
+
pydantic==1.10.4
|
52 |
+
pydub==0.25.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
pyparsing==3.0.9
|
54 |
+
pyrsistent==0.19.3
|
|
|
|
|
55 |
python-dateutil==2.8.2
|
56 |
+
python-multipart==0.0.5
|
|
|
57 |
pytz==2022.7.1
|
58 |
+
PyYAML==6.0
|
59 |
+
regex==2022.10.31
|
60 |
+
requests==2.28.2
|
61 |
+
responses==0.18.0
|
62 |
+
rfc3986==1.5.0
|
63 |
+
scikit-learn==1.2.1
|
64 |
+
scipy==1.10.0
|
65 |
+
six==1.16.0
|
66 |
+
sniffio==1.3.0
|
67 |
+
starlette==0.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
threadpoolctl==3.1.0
|
69 |
+
tokenizers==0.13.2
|
70 |
+
toolz==0.12.0
|
71 |
+
torch==1.13.1
|
72 |
+
torchvision==0.14.1
|
73 |
+
tqdm==4.64.1
|
74 |
+
transformers==4.26.1
|
75 |
+
typing_extensions==4.4.0
|
76 |
+
uc-micro-py==1.0.1
|
77 |
+
urllib3==1.26.14
|
78 |
+
uvicorn==0.20.0
|
79 |
+
websockets==10.4
|
80 |
+
xxhash==3.2.0
|
81 |
+
yarl==1.8.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|