Upload requirements.txt
Browse files- requirements.txt +74 -0
requirements.txt
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohttp==3.8.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.1.1
|
5 |
+
annotated-types==0.5.0
|
6 |
+
anyio==3.7.1
|
7 |
+
async-timeout==4.0.3
|
8 |
+
attrs==23.1.0
|
9 |
+
backoff==2.2.1
|
10 |
+
certifi==2023.7.22
|
11 |
+
charset-normalizer==3.2.0
|
12 |
+
click==8.1.7
|
13 |
+
cohere==4.27
|
14 |
+
contourpy==1.1.1
|
15 |
+
cycler==0.11.0
|
16 |
+
exceptiongroup==1.1.3
|
17 |
+
fastapi==0.103.1
|
18 |
+
fastavro==1.8.2
|
19 |
+
ffmpy==0.3.1
|
20 |
+
filelock==3.12.4
|
21 |
+
fonttools==4.42.1
|
22 |
+
frozenlist==1.4.0
|
23 |
+
fsspec==2023.9.1
|
24 |
+
gradio==3.44.4
|
25 |
+
gradio_client==0.5.1
|
26 |
+
h11==0.14.0
|
27 |
+
httpcore==0.18.0
|
28 |
+
httpx==0.25.0
|
29 |
+
huggingface-hub==0.17.2
|
30 |
+
idna==3.4
|
31 |
+
importlib-metadata==6.8.0
|
32 |
+
importlib-resources==6.1.0
|
33 |
+
Jinja2==3.1.2
|
34 |
+
joblib==1.3.2
|
35 |
+
jsonschema==4.19.1
|
36 |
+
jsonschema-specifications==2023.7.1
|
37 |
+
kiwisolver==1.4.5
|
38 |
+
MarkupSafe==2.1.3
|
39 |
+
matplotlib==3.8.0
|
40 |
+
multidict==6.0.4
|
41 |
+
nltk==3.8.1
|
42 |
+
numpy==1.26.0
|
43 |
+
orjson==3.9.7
|
44 |
+
packaging==23.1
|
45 |
+
pandas==2.1.1
|
46 |
+
Pillow==10.0.1
|
47 |
+
pydantic==2.3.0
|
48 |
+
pydantic_core==2.6.3
|
49 |
+
pydub==0.25.1
|
50 |
+
pyparsing==3.1.1
|
51 |
+
python-dateutil==2.8.2
|
52 |
+
python-multipart==0.0.6
|
53 |
+
pytz==2023.3.post1
|
54 |
+
PyYAML==6.0.1
|
55 |
+
referencing==0.30.2
|
56 |
+
regex==2023.8.8
|
57 |
+
requests==2.31.0
|
58 |
+
rpds-py==0.10.3
|
59 |
+
scikit-learn==1.3.1
|
60 |
+
scipy==1.11.2
|
61 |
+
semantic-version==2.10.0
|
62 |
+
six==1.16.0
|
63 |
+
sniffio==1.3.0
|
64 |
+
starlette==0.27.0
|
65 |
+
threadpoolctl==3.2.0
|
66 |
+
toolz==0.12.0
|
67 |
+
tqdm==4.66.1
|
68 |
+
typing_extensions==4.8.0
|
69 |
+
tzdata==2023.3
|
70 |
+
urllib3==2.0.5
|
71 |
+
uvicorn==0.23.2
|
72 |
+
websockets==11.0.3
|
73 |
+
yarl==1.9.2
|
74 |
+
zipp==3.17.0
|