cptsubtext commited on
Commit
66a8b57
·
1 Parent(s): d780443

last running package list

Browse files
Files changed (1) hide show
  1. requirements.txt +131 -10
requirements.txt CHANGED
@@ -1,10 +1,131 @@
1
- streamlit
2
- numpy
3
- tzdata
4
- urllib3
5
- watchdog
6
- webvtt-py
7
- pydub
8
- pysrt
9
- openai-whisper
10
- stable-ts==1.1.1b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ alembic==1.13.1
4
+ altair==5.4.1
5
+ antlr4-python3-runtime==4.9.3
6
+ asteroid-filterbanks==0.4.0
7
+ attrs==24.2.0
8
+ audioread==3.0.1
9
+ blinker==1.8.2
10
+ Brotli==1.1.0
11
+ cachetools==5.5.0
12
+ certifi==2024.8.30
13
+ cffi==1.16.0
14
+ chardet==5.2.0
15
+ charset-normalizer==3.4.0
16
+ click==8.1.7
17
+ colorlog==6.8.2
18
+ contourpy==1.2.1
19
+ cycler==0.12.1
20
+ decorator==5.1.1
21
+ docopt==0.6.2
22
+ einops==0.8.0
23
+ filelock==3.14.0
24
+ fonttools==4.51.0
25
+ frozenlist==1.4.1
26
+ fsspec==2024.3.1
27
+ gitdb==4.0.11
28
+ GitPython==3.1.43
29
+ greenlet==3.0.3
30
+ huggingface-hub==0.22.2
31
+ HyperPyYAML==1.2.2
32
+ idna==3.10
33
+ Jinja2==3.1.4
34
+ joblib==1.4.0
35
+ jsonschema==4.23.0
36
+ jsonschema-specifications==2024.10.1
37
+ julius==0.2.7
38
+ kiwisolver==1.4.5
39
+ lazy_loader==0.4
40
+ librosa==0.10.1
41
+ lightning==2.2.3
42
+ lightning-utilities==0.11.2
43
+ llvmlite==0.42.0
44
+ Mako==1.3.3
45
+ markdown-it-py==3.0.0
46
+ MarkupSafe==3.0.2
47
+ matplotlib==3.8.4
48
+ mdurl==0.1.2
49
+ more-itertools==10.2.0
50
+ mpmath==1.3.0
51
+ msgpack==1.0.8
52
+ multidict==6.0.5
53
+ mutagen==1.47.0
54
+ narwhals==1.10.0
55
+ networkx==3.3
56
+ numba==0.59.1
57
+ numpy==1.26.4
58
+ omegaconf==2.3.0
59
+ openai-whisper==20240930
60
+ optuna==3.6.1
61
+ packaging==24.1
62
+ pandas==2.2.3
63
+ pillow==10.4.0
64
+ platformdirs==4.2.1
65
+ pooch==1.8.1
66
+ primePy==1.3
67
+ protobuf==5.28.3
68
+ pyannote.audio==3.1.1
69
+ pyannote.core==5.0.0
70
+ pyannote.database==5.1.0
71
+ pyannote.metrics==3.2.1
72
+ pyannote.pipeline==3.0.1
73
+ pyarrow==17.0.0
74
+ pycparser==2.22
75
+ pycryptodomex==3.20.0
76
+ pydeck==0.9.1
77
+ pydub==0.25.1
78
+ Pygments==2.18.0
79
+ pyparsing==3.1.2
80
+ pysrt==1.1.2
81
+ python-dateutil==2.9.0.post0
82
+ pytorch-lightning==2.2.3
83
+ pytorch-metric-learning==2.5.0
84
+ pytz==2024.2
85
+ PyYAML==6.0.1
86
+ referencing==0.35.1
87
+ regex==2024.4.28
88
+ requests==2.32.3
89
+ rich==13.9.3
90
+ rpds-py==0.20.0
91
+ ruamel.yaml==0.18.6
92
+ ruamel.yaml.clib==0.2.8
93
+ scikit-learn==1.4.2
94
+ scipy==1.13.0
95
+ semver==3.0.2
96
+ sentencepiece==0.2.0
97
+ setuptools==69.5.1
98
+ shellingham==1.5.4
99
+ six==1.16.0
100
+ smmap==5.0.1
101
+ sortedcontainers==2.4.0
102
+ soundfile==0.12.1
103
+ soxr==0.3.7
104
+ speechbrain==1.0.0
105
+ SQLAlchemy==2.0.29
106
+ stable-ts==2.19.0
107
+ streamlit==1.44.1
108
+ sympy==1.12
109
+ tabulate==0.9.0
110
+ tenacity==9.0.0
111
+ tensorboardX==2.6.2.2
112
+ threadpoolctl==3.5.0
113
+ tiktoken==0.6.0
114
+ toml==0.10.2
115
+ toolz==0.12.1
116
+ torch==2.2.2
117
+ torch-audiomentations==0.11.1
118
+ torch-pitch-shift==1.2.4
119
+ torchaudio==2.2.2
120
+ torchmetrics==1.3.2
121
+ tornado==6.4.1
122
+ tqdm==4.66.2
123
+ typer==0.12.3
124
+ typing_extensions==4.12.2
125
+ tzdata==2024.2
126
+ urllib3==2.2.3
127
+ watchdog==4.0.0
128
+ websockets==12.0
129
+ webvtt-py==0.4.6
130
+ yarl==1.9.4
131
+ yt-dlp==2025.1.26