Spaces:
Build error
Build error
Commit
·
561b6af
1
Parent(s):
73a57e9
[2/n] build error
Browse files- requirements.txt +47 -0
requirements.txt
CHANGED
@@ -1,43 +1,90 @@
|
|
|
|
1 |
aiohttp==3.8.4
|
2 |
aiosignal==1.3.1
|
|
|
|
|
3 |
async-timeout==4.0.2
|
4 |
attrs==22.2.0
|
5 |
certifi==2022.9.24
|
6 |
cffi==1.15.1
|
7 |
charset-normalizer==2.1.1
|
8 |
click==8.1.3
|
|
|
9 |
cryptography==38.0.4
|
|
|
10 |
distlib==0.3.6
|
|
|
|
|
|
|
11 |
filelock==3.9.0
|
|
|
12 |
frozenlist==1.3.3
|
|
|
13 |
gigalixir==1.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
idna==3.4
|
|
|
15 |
joblib==1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
multidict==6.0.4
|
17 |
numpy==1.23.5
|
18 |
openai==0.27.2
|
|
|
19 |
packaging==22.0
|
|
|
|
|
20 |
pipenv==2023.2.4
|
21 |
platformdirs==3.0.0
|
22 |
pycparser==2.21
|
23 |
pydantic==1.10.2
|
|
|
24 |
Pygments==2.13.0
|
25 |
pyOpenSSL==22.1.0
|
|
|
26 |
PyPDF2==3.0.1
|
27 |
pyreadline==2.1
|
|
|
|
|
|
|
|
|
|
|
28 |
qrcode==7.3.1
|
|
|
29 |
replicate==0.4.0
|
30 |
requests==2.28.1
|
31 |
rollbar==0.16.3
|
32 |
scikit-learn==1.1.3
|
33 |
scipy==1.9.3
|
|
|
34 |
six==1.16.0
|
|
|
|
|
|
|
35 |
stripe==5.0.0
|
36 |
threadpoolctl==3.1.0
|
|
|
|
|
37 |
tqdm==4.65.0
|
|
|
38 |
typing_extensions==4.4.0
|
|
|
|
|
39 |
urllib3==1.26.13
|
|
|
40 |
virtualenv==20.19.0
|
41 |
virtualenv-clone==0.5.7
|
|
|
42 |
yarl==1.8.2
|
43 |
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
aiohttp==3.8.4
|
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.9.24
|
9 |
cffi==1.15.1
|
10 |
charset-normalizer==2.1.1
|
11 |
click==8.1.3
|
12 |
+
contourpy==1.0.7
|
13 |
cryptography==38.0.4
|
14 |
+
cycler==0.11.0
|
15 |
distlib==0.3.6
|
16 |
+
entrypoints==0.4
|
17 |
+
fastapi==0.95.1
|
18 |
+
ffmpy==0.3.0
|
19 |
filelock==3.9.0
|
20 |
+
fonttools==4.39.3
|
21 |
frozenlist==1.3.3
|
22 |
+
fsspec==2023.5.0
|
23 |
gigalixir==1.3.1
|
24 |
+
gradio==3.28.3
|
25 |
+
gradio_client==0.2.0
|
26 |
+
h11==0.14.0
|
27 |
+
httpcore==0.17.0
|
28 |
+
httpx==0.24.0
|
29 |
+
huggingface-hub==0.14.1
|
30 |
idna==3.4
|
31 |
+
Jinja2==3.1.2
|
32 |
joblib==1.2.0
|
33 |
+
jsonschema==4.17.3
|
34 |
+
kiwisolver==1.4.4
|
35 |
+
linkify-it-py==2.0.2
|
36 |
+
markdown-it-py==2.2.0
|
37 |
+
MarkupSafe==2.1.2
|
38 |
+
matplotlib==3.7.1
|
39 |
+
mdit-py-plugins==0.3.3
|
40 |
+
mdurl==0.1.2
|
41 |
multidict==6.0.4
|
42 |
numpy==1.23.5
|
43 |
openai==0.27.2
|
44 |
+
orjson==3.8.12
|
45 |
packaging==22.0
|
46 |
+
pandas==2.0.1
|
47 |
+
Pillow==9.5.0
|
48 |
pipenv==2023.2.4
|
49 |
platformdirs==3.0.0
|
50 |
pycparser==2.21
|
51 |
pydantic==1.10.2
|
52 |
+
pydub==0.25.1
|
53 |
Pygments==2.13.0
|
54 |
pyOpenSSL==22.1.0
|
55 |
+
pyparsing==3.0.9
|
56 |
PyPDF2==3.0.1
|
57 |
pyreadline==2.1
|
58 |
+
pyrsistent==0.19.3
|
59 |
+
python-dateutil==2.8.2
|
60 |
+
python-multipart==0.0.6
|
61 |
+
pytz==2023.3
|
62 |
+
PyYAML==6.0
|
63 |
qrcode==7.3.1
|
64 |
+
regex==2023.5.5
|
65 |
replicate==0.4.0
|
66 |
requests==2.28.1
|
67 |
rollbar==0.16.3
|
68 |
scikit-learn==1.1.3
|
69 |
scipy==1.9.3
|
70 |
+
semantic-version==2.10.0
|
71 |
six==1.16.0
|
72 |
+
sklearn==0.0.post1
|
73 |
+
sniffio==1.3.0
|
74 |
+
starlette==0.26.1
|
75 |
stripe==5.0.0
|
76 |
threadpoolctl==3.1.0
|
77 |
+
tokenizers==0.13.3
|
78 |
+
toolz==0.12.0
|
79 |
tqdm==4.65.0
|
80 |
+
transformers==4.28.1
|
81 |
typing_extensions==4.4.0
|
82 |
+
tzdata==2023.3
|
83 |
+
uc-micro-py==1.0.2
|
84 |
urllib3==1.26.13
|
85 |
+
uvicorn==0.22.0
|
86 |
virtualenv==20.19.0
|
87 |
virtualenv-clone==0.5.7
|
88 |
+
websockets==11.0.3
|
89 |
yarl==1.8.2
|
90 |
|