oceansweep commited on
Commit
9baa4f4
1 Parent(s): fa9a583

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -143
requirements.txt CHANGED
@@ -1,143 +1,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
- Babel==2.15.0
9
- beautifulsoup4==4.12.3
10
- Brotli==1.1.0
11
- bs4==0.0.2
12
- certifi==2024.2.2
13
- cffi==1.16.0
14
- charset-normalizer==3.3.2
15
- click==8.1.7
16
- colorama==0.4.6
17
- coloredlogs==15.0.1
18
- contourpy==1.2.1
19
- courlan==1.1.0
20
- ctranslate2==4.2.1
21
- cycler==0.12.1
22
- dateparser==1.2.0
23
- Deprecated==1.2.14
24
- distro==1.9.0
25
- dnspython==2.6.1
26
- email_validator==2.1.1
27
- fastapi==0.111.0
28
- fastapi-cli==0.0.3
29
- faster-whisper==1.0.1
30
- ffmpeg
31
- ffmpy==0.3.2
32
- filelock==3.13.4
33
- fire==0.6.0
34
- flatbuffers==24.3.25
35
- fonttools==4.51.0
36
- fsspec==2024.3.1
37
- gradio
38
- gradio_client
39
- greenlet==3.0.3
40
- h11==0.14.0
41
- htmldate==1.8.1
42
- httpcore==1.0.5
43
- httptools==0.6.1
44
- httpx==0.27.0
45
- huggingface-hub==0.22.2
46
- humanfriendly==10.0
47
- idna==3.7
48
- importlib_resources==6.4.0
49
- Jinja2==3.1.3
50
- jsonschema==4.22.0
51
- jsonschema-specifications==2023.12.1
52
- jusText==3.0.1
53
- kiwisolver==1.4.5
54
- lxml==5.1.1
55
- markdown-it-py==3.0.0
56
- MarkupSafe==2.1.5
57
- matplotlib==3.8.4
58
- mdurl==0.1.2
59
- mpmath==1.3.0
60
- mss==9.0.1
61
- mutagen==1.47.0
62
- networkx==3.3
63
- nltk
64
- nodriver==0.29rc2
65
- numpy==1.26.4
66
- onnxruntime==1.17.3
67
- openai==1.30.1
68
- orjson==3.10.3
69
- outcome==1.3.0.post0
70
- packaging==24.0
71
- pandas==2.2.2
72
- pillow==10.3.0
73
- playwright==1.44.0
74
- protobuf==5.26.1
75
- psutil==5.9.8
76
- pyannote.audio
77
- pycparser==2.22
78
- pycryptodomex==3.20.0
79
- pydantic==2.7.1
80
- pydantic_core==2.18.2
81
- pydub==0.25.1
82
- pyee==11.1.0
83
- Pygments==2.18.0
84
- pymupdf
85
- pyparsing==3.1.2
86
- pypandoc
87
- pyreadline3==3.4.1
88
- PySocks==1.7.1
89
- python-dateutil==2.9.0.post0
90
- python-dotenv==1.0.1
91
- python-ffmpeg
92
- python-multipart==0.0.9
93
- pytz==2024.1
94
- PyYAML==6.0.1
95
- referencing==0.35.1
96
- regex==2023.12.25
97
- requests==2.31.0
98
- rich==13.7.1
99
- rpds-py==0.18.1
100
- ruff==0.4.3
101
- safetensors==0.4.2
102
- scikit-learn
103
- selenium==4.21.0
104
- semantic-version==2.10.0
105
- sentencepiece==0.2.0
106
- setuptools==69.5.1
107
- shellingham==1.5.4
108
- six==1.16.0
109
- sniffio==1.3.1
110
- sortedcontainers==2.4.0
111
- soupsieve==2.5
112
- starlette==0.37.2
113
- sympy==1.12
114
- termcolor==2.4.0
115
- tiktoken==0.7.0
116
- timm==0.9.16
117
- tld==0.13
118
- tokenizers==0.15.2
119
- tomlkit==0.12.0
120
- toolz==0.12.1
121
-
122
- --extra-index-url https://download.pytorch.org/whl/cu113
123
- torch
124
- torchaudio
125
- torchvision==0.17.2
126
- tqdm==4.66.2
127
- trafilatura==1.9.0
128
- transformers==4.39.3
129
- trio==0.25.1
130
- trio-websocket==0.11.1
131
- typer==0.12.3
132
- typing_extensions==4.11.0
133
- tzdata==2024.1
134
- tzlocal==5.2
135
- ujson==5.9.0
136
- undetected-chromedriver==3.5.5
137
- urllib3==2.2.1
138
- uvicorn==0.29.0
139
- watchfiles==0.21.0
140
- websockets
141
- wrapt==1.16.0
142
- wsproto==1.2.0
143
- yt-dlp
 
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
+ #torch==2.2.2+cu121
122
+ #torchaudio==2.2.2+cu121
123
+ #websockets
124
+ #yt-dlp==2024.4.9
125
+ #--extra-index-url https://download.pytorch.org/whl/cu113