Update requirements.txt
Browse files- requirements.txt +12 -2
requirements.txt
CHANGED
@@ -1,31 +1,36 @@
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
altair==5.3.0
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.4.0
|
5 |
attrs==23.2.0
|
6 |
-
accelerate
|
7 |
certifi==2024.6.2
|
8 |
charset-normalizer==3.3.2
|
9 |
click==8.1.7
|
10 |
colorama==0.4.6
|
11 |
contourpy==1.2.1
|
12 |
cycler==0.12.1
|
|
|
13 |
dnspython==2.6.1
|
14 |
email_validator==2.1.1
|
15 |
fastapi==0.111.0
|
16 |
fastapi-cli==0.0.4
|
|
|
17 |
ffmpy==0.3.2
|
18 |
filelock==3.14.0
|
19 |
fonttools==4.53.0
|
20 |
fsspec==2024.6.0
|
21 |
gradio==4.36.0
|
22 |
gradio_client==1.0.1
|
|
|
23 |
h11==0.14.0
|
24 |
httpcore==1.0.5
|
25 |
httptools==0.6.1
|
26 |
httpx==0.27.0
|
27 |
huggingface-hub==0.23.3
|
28 |
idna==3.7
|
|
|
|
|
29 |
importlib_resources==6.4.0
|
30 |
intel-openmp==2021.4.0
|
31 |
Jinja2==3.1.4
|
@@ -37,6 +42,7 @@ MarkupSafe==2.1.5
|
|
37 |
matplotlib==3.9.0
|
38 |
mdurl==0.1.2
|
39 |
mkl==2021.4.0
|
|
|
40 |
mpmath==1.3.0
|
41 |
networkx==3.3
|
42 |
numpy==1.26.4
|
@@ -44,6 +50,8 @@ orjson==3.10.3
|
|
44 |
packaging==24.0
|
45 |
pandas==2.2.2
|
46 |
pillow==10.3.0
|
|
|
|
|
47 |
pydantic==2.7.3
|
48 |
pydantic_core==2.18.4
|
49 |
pydub==0.25.1
|
@@ -61,6 +69,7 @@ rich==13.7.1
|
|
61 |
rpds-py==0.18.1
|
62 |
ruff==0.4.8
|
63 |
safetensors==0.4.3
|
|
|
64 |
semantic-version==2.10.0
|
65 |
shellingham==1.5.4
|
66 |
six==1.16.0
|
@@ -72,6 +81,7 @@ tokenizers==0.19.1
|
|
72 |
tomlkit==0.12.0
|
73 |
toolz==0.12.1
|
74 |
torch==2.3.1
|
|
|
75 |
tqdm==4.66.4
|
76 |
transformers==4.41.2
|
77 |
typer==0.12.3
|
@@ -81,4 +91,4 @@ ujson==5.10.0
|
|
81 |
urllib3==2.2.1
|
82 |
uvicorn==0.30.1
|
83 |
watchfiles==0.22.0
|
84 |
-
websockets==11.0.3
|
|
|
1 |
+
accelerate==0.31.0
|
2 |
aiofiles==23.2.1
|
3 |
altair==5.3.0
|
4 |
annotated-types==0.7.0
|
5 |
anyio==4.4.0
|
6 |
attrs==23.2.0
|
|
|
7 |
certifi==2024.6.2
|
8 |
charset-normalizer==3.3.2
|
9 |
click==8.1.7
|
10 |
colorama==0.4.6
|
11 |
contourpy==1.2.1
|
12 |
cycler==0.12.1
|
13 |
+
decorator==4.4.2
|
14 |
dnspython==2.6.1
|
15 |
email_validator==2.1.1
|
16 |
fastapi==0.111.0
|
17 |
fastapi-cli==0.0.4
|
18 |
+
ffmpeg==1.4
|
19 |
ffmpy==0.3.2
|
20 |
filelock==3.14.0
|
21 |
fonttools==4.53.0
|
22 |
fsspec==2024.6.0
|
23 |
gradio==4.36.0
|
24 |
gradio_client==1.0.1
|
25 |
+
gTTS==2.5.1
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.5
|
28 |
httptools==0.6.1
|
29 |
httpx==0.27.0
|
30 |
huggingface-hub==0.23.3
|
31 |
idna==3.7
|
32 |
+
imageio==2.34.2
|
33 |
+
imageio-ffmpeg==0.5.1
|
34 |
importlib_resources==6.4.0
|
35 |
intel-openmp==2021.4.0
|
36 |
Jinja2==3.1.4
|
|
|
42 |
matplotlib==3.9.0
|
43 |
mdurl==0.1.2
|
44 |
mkl==2021.4.0
|
45 |
+
moviepy==1.0.3
|
46 |
mpmath==1.3.0
|
47 |
networkx==3.3
|
48 |
numpy==1.26.4
|
|
|
50 |
packaging==24.0
|
51 |
pandas==2.2.2
|
52 |
pillow==10.3.0
|
53 |
+
proglog==0.1.10
|
54 |
+
psutil==5.9.8
|
55 |
pydantic==2.7.3
|
56 |
pydantic_core==2.18.4
|
57 |
pydub==0.25.1
|
|
|
69 |
rpds-py==0.18.1
|
70 |
ruff==0.4.8
|
71 |
safetensors==0.4.3
|
72 |
+
scipy==1.13.1
|
73 |
semantic-version==2.10.0
|
74 |
shellingham==1.5.4
|
75 |
six==1.16.0
|
|
|
81 |
tomlkit==0.12.0
|
82 |
toolz==0.12.1
|
83 |
torch==2.3.1
|
84 |
+
torchvision==0.18.1
|
85 |
tqdm==4.66.4
|
86 |
transformers==4.41.2
|
87 |
typer==0.12.3
|
|
|
91 |
urllib3==2.2.1
|
92 |
uvicorn==0.30.1
|
93 |
watchfiles==0.22.0
|
94 |
+
websockets==11.0.3
|