Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
d9426fb
1
Parent(s):
8582728
Update requirements.txt
Browse files- requirements.txt +126 -125
requirements.txt
CHANGED
@@ -1,125 +1,126 @@
|
|
1 |
-
accelerate==0.29.2
|
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 |
-
av==11.0.0
|
8 |
-
Brotli==1.1.0
|
9 |
-
bs4
|
10 |
-
certifi==2024.7.4
|
11 |
-
charset-normalizer==3.3.2
|
12 |
-
click==8.1.7
|
13 |
-
colorama==0.4.6
|
14 |
-
coloredlogs==15.0.1
|
15 |
-
contourpy==1.2.1
|
16 |
-
ctranslate2==4.2.1
|
17 |
-
cycler==0.12.1
|
18 |
-
dnspython==2.6.1
|
19 |
-
email_validator==2.1.1
|
20 |
-
fastapi==0.111.0
|
21 |
-
fastapi-cli==0.0.3
|
22 |
-
faster-whisper==1.0.1
|
23 |
-
ffmpeg==1.4
|
24 |
-
ffmpy==0.3.2
|
25 |
-
filelock==3.13.4
|
26 |
-
fire==0.6.0
|
27 |
-
flatbuffers==24.3.25
|
28 |
-
fonttools==4.51.0
|
29 |
-
fsspec==2024.3.1
|
30 |
-
gradio==4.29.0
|
31 |
-
gradio_client==0.16.1
|
32 |
-
h11==0.14.0
|
33 |
-
httpcore==1.0.5
|
34 |
-
httptools==0.6.1
|
35 |
-
httpx==0.27.0
|
36 |
-
huggingface-hub==0.22.2
|
37 |
-
humanfriendly==10.0
|
38 |
-
idna==3.7
|
39 |
-
importlib_resources==6.4.0
|
40 |
-
Jinja2==3.1.4
|
41 |
-
jsonschema==4.22.0
|
42 |
-
jsonschema-specifications==2023.12.1
|
43 |
-
kiwisolver==1.4.5
|
44 |
-
markdown-it-py==3.0.0
|
45 |
-
MarkupSafe==2.1.5
|
46 |
-
matplotlib==3.8.4
|
47 |
-
mdurl==0.1.2
|
48 |
-
mpmath==1.3.0
|
49 |
-
mutagen==1.47.0
|
50 |
-
networkx==3.3
|
51 |
-
numpy==1.26.4
|
52 |
-
onnxruntime==1.17.3
|
53 |
-
openai
|
54 |
-
orjson==3.10.3
|
55 |
-
packaging==24.0
|
56 |
-
pandas==2.2.2
|
57 |
-
pillow==10.3.0
|
58 |
-
playwright
|
59 |
-
protobuf==5.26.1
|
60 |
-
psutil==5.9.8
|
61 |
-
pyannote.audio
|
62 |
-
pycryptodomex==3.20.0
|
63 |
-
pydantic==2.7.1
|
64 |
-
pydantic_core==2.18.2
|
65 |
-
pydub==0.25.1
|
66 |
-
pyee==11.1.0
|
67 |
-
Pygments==2.18.0
|
68 |
-
pypandoc_binary
|
69 |
-
pypandoc
|
70 |
-
pyparsing==3.1.2
|
71 |
-
pyreadline3==3.4.1
|
72 |
-
python-dateutil==2.9.0.post0
|
73 |
-
python-dotenv==1.0.1
|
74 |
-
python-ffmpeg==2.0.12
|
75 |
-
python-multipart==0.0.9
|
76 |
-
pytz==2024.1
|
77 |
-
PyYAML==6.0.1
|
78 |
-
referencing==0.35.1
|
79 |
-
regex==2023.12.25
|
80 |
-
requests==2.32.2
|
81 |
-
rich==13.7.1
|
82 |
-
rpds-py==0.18.1
|
83 |
-
ruff==0.4.3
|
84 |
-
safetensors==0.4.2
|
85 |
-
semantic-version==2.10.0
|
86 |
-
sentencepiece==0.2.0
|
87 |
-
setuptools==69.5.1
|
88 |
-
shellingham==1.5.4
|
89 |
-
six==1.16.0
|
90 |
-
scikit-learn
|
91 |
-
sniffio==1.3.1
|
92 |
-
starlette==0.37.2
|
93 |
-
sympy==1.12
|
94 |
-
termcolor==2.4.0
|
95 |
-
timm==0.9.16
|
96 |
-
tokenizers==0.15.2
|
97 |
-
tomlkit==0.12.0
|
98 |
-
toolz==0.12.1
|
99 |
-
torchvision==0.17.2
|
100 |
-
tqdm==4.66.3
|
101 |
-
trafilatura
|
102 |
-
transformers==4.39.3
|
103 |
-
typer==0.12.3
|
104 |
-
typing_extensions==4.11.0
|
105 |
-
tzdata==2024.1
|
106 |
-
ujson==5.9.0
|
107 |
-
urllib3==2.2.2
|
108 |
-
uvicorn==0.29.0
|
109 |
-
watchfiles==0.21.0
|
110 |
-
websockets==11.0.3
|
111 |
-
yt-dlp
|
112 |
-
nltk
|
113 |
-
torch
|
114 |
-
torchaudio
|
115 |
-
openai~=1.28.1
|
116 |
-
tiktoken~=0.6.0
|
117 |
-
pymupdf
|
118 |
-
chromadb
|
119 |
-
protobuf==5.26.1
|
120 |
-
textstat
|
121 |
-
|
122 |
-
#
|
123 |
-
#
|
124 |
-
#
|
125 |
-
|
|
|
|
1 |
+
accelerate==0.29.2
|
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 |
+
av==11.0.0
|
8 |
+
Brotli==1.1.0
|
9 |
+
bs4
|
10 |
+
certifi==2024.7.4
|
11 |
+
charset-normalizer==3.3.2
|
12 |
+
click==8.1.7
|
13 |
+
colorama==0.4.6
|
14 |
+
coloredlogs==15.0.1
|
15 |
+
contourpy==1.2.1
|
16 |
+
ctranslate2==4.2.1
|
17 |
+
cycler==0.12.1
|
18 |
+
dnspython==2.6.1
|
19 |
+
email_validator==2.1.1
|
20 |
+
fastapi==0.111.0
|
21 |
+
fastapi-cli==0.0.3
|
22 |
+
faster-whisper==1.0.1
|
23 |
+
ffmpeg==1.4
|
24 |
+
ffmpy==0.3.2
|
25 |
+
filelock==3.13.4
|
26 |
+
fire==0.6.0
|
27 |
+
flatbuffers==24.3.25
|
28 |
+
fonttools==4.51.0
|
29 |
+
fsspec==2024.3.1
|
30 |
+
gradio==4.29.0
|
31 |
+
gradio_client==0.16.1
|
32 |
+
h11==0.14.0
|
33 |
+
httpcore==1.0.5
|
34 |
+
httptools==0.6.1
|
35 |
+
httpx==0.27.0
|
36 |
+
huggingface-hub==0.22.2
|
37 |
+
humanfriendly==10.0
|
38 |
+
idna==3.7
|
39 |
+
importlib_resources==6.4.0
|
40 |
+
Jinja2==3.1.4
|
41 |
+
jsonschema==4.22.0
|
42 |
+
jsonschema-specifications==2023.12.1
|
43 |
+
kiwisolver==1.4.5
|
44 |
+
markdown-it-py==3.0.0
|
45 |
+
MarkupSafe==2.1.5
|
46 |
+
matplotlib==3.8.4
|
47 |
+
mdurl==0.1.2
|
48 |
+
mpmath==1.3.0
|
49 |
+
mutagen==1.47.0
|
50 |
+
networkx==3.3
|
51 |
+
numpy==1.26.4
|
52 |
+
onnxruntime==1.17.3
|
53 |
+
openai
|
54 |
+
orjson==3.10.3
|
55 |
+
packaging==24.0
|
56 |
+
pandas==2.2.2
|
57 |
+
pillow==10.3.0
|
58 |
+
playwright
|
59 |
+
protobuf==5.26.1
|
60 |
+
psutil==5.9.8
|
61 |
+
pyannote.audio
|
62 |
+
pycryptodomex==3.20.0
|
63 |
+
pydantic==2.7.1
|
64 |
+
pydantic_core==2.18.2
|
65 |
+
pydub==0.25.1
|
66 |
+
pyee==11.1.0
|
67 |
+
Pygments==2.18.0
|
68 |
+
pypandoc_binary
|
69 |
+
pypandoc
|
70 |
+
pyparsing==3.1.2
|
71 |
+
pyreadline3==3.4.1
|
72 |
+
python-dateutil==2.9.0.post0
|
73 |
+
python-dotenv==1.0.1
|
74 |
+
python-ffmpeg==2.0.12
|
75 |
+
python-multipart==0.0.9
|
76 |
+
pytz==2024.1
|
77 |
+
PyYAML==6.0.1
|
78 |
+
referencing==0.35.1
|
79 |
+
regex==2023.12.25
|
80 |
+
requests==2.32.2
|
81 |
+
rich==13.7.1
|
82 |
+
rpds-py==0.18.1
|
83 |
+
ruff==0.4.3
|
84 |
+
safetensors==0.4.2
|
85 |
+
semantic-version==2.10.0
|
86 |
+
sentencepiece==0.2.0
|
87 |
+
setuptools==69.5.1
|
88 |
+
shellingham==1.5.4
|
89 |
+
six==1.16.0
|
90 |
+
scikit-learn
|
91 |
+
sniffio==1.3.1
|
92 |
+
starlette==0.37.2
|
93 |
+
sympy==1.12
|
94 |
+
termcolor==2.4.0
|
95 |
+
timm==0.9.16
|
96 |
+
tokenizers==0.15.2
|
97 |
+
tomlkit==0.12.0
|
98 |
+
toolz==0.12.1
|
99 |
+
torchvision==0.17.2
|
100 |
+
tqdm==4.66.3
|
101 |
+
trafilatura
|
102 |
+
transformers==4.39.3
|
103 |
+
typer==0.12.3
|
104 |
+
typing_extensions==4.11.0
|
105 |
+
tzdata==2024.1
|
106 |
+
ujson==5.9.0
|
107 |
+
urllib3==2.2.2
|
108 |
+
uvicorn==0.29.0
|
109 |
+
watchfiles==0.21.0
|
110 |
+
websockets==11.0.3
|
111 |
+
yt-dlp
|
112 |
+
nltk
|
113 |
+
torch
|
114 |
+
torchaudio
|
115 |
+
openai~=1.28.1
|
116 |
+
tiktoken~=0.6.0
|
117 |
+
pymupdf
|
118 |
+
chromadb
|
119 |
+
protobuf==5.26.1
|
120 |
+
textstat
|
121 |
+
elasticsearch
|
122 |
+
#torch==2.2.2+cu121
|
123 |
+
#torchaudio==2.2.2+cu121
|
124 |
+
#websockets
|
125 |
+
#yt-dlp==2024.4.9
|
126 |
+
#--extra-index-url https://download.pytorch.org/whl/cu113
|