Update requirements.txt
Browse files- requirements.txt +85 -1
requirements.txt
CHANGED
@@ -1 +1,85 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.30.1
|
2 |
+
aiofiles==23.2.1
|
3 |
+
altair==5.3.0
|
4 |
+
annotated-types==0.6.0
|
5 |
+
anyio==4.3.0
|
6 |
+
attrs==23.2.0
|
7 |
+
certifi==2024.2.2
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
contourpy==1.2.1
|
11 |
+
cycler==0.12.1
|
12 |
+
dnspython==2.6.1
|
13 |
+
email_validator==2.1.1
|
14 |
+
fastapi==0.111.0
|
15 |
+
fastapi-cli==0.0.3
|
16 |
+
ffmpy==0.3.2
|
17 |
+
filelock==3.14.0
|
18 |
+
fonttools==4.51.0
|
19 |
+
fsspec==2024.5.0
|
20 |
+
gradio==4.31.4
|
21 |
+
gradio_client==0.16.4
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==1.0.5
|
24 |
+
httptools==0.6.1
|
25 |
+
httpx==0.27.0
|
26 |
+
huggingface-hub==0.23.0
|
27 |
+
idna==3.7
|
28 |
+
importlib_resources==6.4.0
|
29 |
+
Jinja2==3.1.4
|
30 |
+
joblib==1.4.2
|
31 |
+
jsonschema==4.22.0
|
32 |
+
jsonschema-specifications==2023.12.1
|
33 |
+
kiwisolver==1.4.5
|
34 |
+
markdown-it-py==3.0.0
|
35 |
+
MarkupSafe==2.1.5
|
36 |
+
matplotlib==3.9.0
|
37 |
+
mdurl==0.1.2
|
38 |
+
mpmath==1.3.0
|
39 |
+
networkx==3.3
|
40 |
+
numpy==1.26.4
|
41 |
+
orjson==3.10.3
|
42 |
+
packaging==24.0
|
43 |
+
pandas==2.2.2
|
44 |
+
pillow==10.3.0
|
45 |
+
psutil==5.9.8
|
46 |
+
pydantic==2.7.1
|
47 |
+
pydantic_core==2.18.2
|
48 |
+
pydub==0.25.1
|
49 |
+
Pygments==2.18.0
|
50 |
+
pyparsing==3.1.2
|
51 |
+
python-dateutil==2.9.0.post0
|
52 |
+
python-dotenv==1.0.1
|
53 |
+
python-multipart==0.0.9
|
54 |
+
pytz==2024.1
|
55 |
+
PyYAML==6.0.1
|
56 |
+
referencing==0.35.1
|
57 |
+
regex==2024.5.15
|
58 |
+
requests==2.31.0
|
59 |
+
rich==13.7.1
|
60 |
+
rpds-py==0.18.1
|
61 |
+
ruff==0.4.4
|
62 |
+
sacremoses==0.1.1
|
63 |
+
safetensors==0.4.3
|
64 |
+
semantic-version==2.10.0
|
65 |
+
sentencepiece==0.2.0
|
66 |
+
shellingham==1.5.4
|
67 |
+
six==1.16.0
|
68 |
+
sniffio==1.3.1
|
69 |
+
starlette==0.37.2
|
70 |
+
sympy==1.12
|
71 |
+
tokenizers==0.19.1
|
72 |
+
tomlkit==0.12.0
|
73 |
+
toolz==0.12.1
|
74 |
+
torch==2.3.0
|
75 |
+
tqdm==4.66.4
|
76 |
+
transformers==4.41.0
|
77 |
+
typer==0.12.3
|
78 |
+
typing_extensions==4.11.0
|
79 |
+
tzdata==2024.1
|
80 |
+
ujson==5.10.0
|
81 |
+
urllib3==2.2.1
|
82 |
+
uvicorn==0.29.0
|
83 |
+
uvloop==0.19.0
|
84 |
+
watchfiles==0.21.0
|
85 |
+
websockets==11.0.3
|