cptsubtext commited on
Commit
0864d45
·
1 Parent(s): 9fb8da4

upgrade streamlit

Browse files
Files changed (1) hide show
  1. requirements.txt +104 -32
requirements.txt CHANGED
@@ -1,59 +1,131 @@
1
- altair==5.3.0
2
- attrs==23.2.0
3
- blinker==1.8.1
4
- cachetools==5.3.3
5
- certifi==2024.2.2
6
- charset-normalizer==3.3.2
 
 
 
 
 
 
 
 
 
7
  click==8.1.7
 
 
 
 
 
 
8
  filelock==3.14.0
 
 
9
  fsspec==2024.3.1
10
  gitdb==4.0.11
11
  GitPython==3.1.43
12
- idna==3.7
13
- Jinja2==3.1.3
14
- jsonschema==4.22.0
15
- jsonschema-specifications==2023.12.1
 
 
 
 
 
 
 
 
 
 
16
  llvmlite==0.42.0
 
17
  markdown-it-py==3.0.0
18
- MarkupSafe==2.1.5
 
19
  mdurl==0.1.2
20
  more-itertools==10.2.0
21
  mpmath==1.3.0
 
 
 
 
22
  networkx==3.3
23
  numba==0.59.1
24
- numpy==1.26.4
 
25
  openai-whisper==20231117
26
- packaging==24.0
27
- pandas==2.2.2
28
- pillow==10.3.0
29
- protobuf==4.25.3
30
- pyarrow==16.0.0
31
- pydeck==0.9.0
32
- Pygments==2.17.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  python-dateutil==2.9.0.post0
34
- pytz==2024.1
35
- referencing==0.35.0
 
 
 
36
  regex==2024.4.28
37
- requests==2.31.0
38
- rich==13.7.1
39
- rpds-py==0.18.0
 
 
 
 
 
 
 
 
40
  six==1.16.0
41
  smmap==5.0.1
 
 
 
 
 
42
  stable-ts==2.16.0
43
- streamlit==1.33.0
44
  sympy==1.12
45
- tenacity==8.2.3
 
 
 
46
  tiktoken==0.6.0
47
  toml==0.10.2
48
  toolz==0.12.1
49
  torch==2.2.2
 
 
50
  torchaudio==2.2.2
51
- tornado==6.4
 
52
  tqdm==4.66.2
53
- typing_extensions==4.11.0
54
- tzdata==2024.1
55
- urllib3==2.2.1
 
56
  watchdog==4.0.0
 
57
  webvtt-py==0.4.6
58
- pydub==0.25.1
59
- pysrt==1.1.2
 
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==2.1.2
58
+ omegaconf==2.3.0
59
  openai-whisper==20231117
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.16.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