KevinGeng commited on
Commit
28196a8
1 Parent(s): 72c2dea

try new env

Browse files
Files changed (1) hide show
  1. requirements.txt +159 -101
requirements.txt CHANGED
@@ -1,101 +1,159 @@
1
- absl-py==1.0.0
2
- aiohttp==3.8.1
3
- aiosignal==1.2.0
4
- analytics-python==1.4.0
5
- antlr4-python3-runtime==4.8
6
- anyio==3.5.0
7
- asgiref==3.5.0
8
- async-timeout==4.0.2
9
- attrs==21.4.0
10
- backoff==1.10.0
11
- bcrypt==3.2.0
12
- bitarray==2.4.0
13
- cachetools==5.0.0
14
- certifi==2021.10.8
15
- cffi==1.15.0
16
- charset-normalizer==2.0.12
17
- click==8.0.4
18
- colorama==0.4.4
19
- cryptography==36.0.1
20
- cycler==0.11.0
21
- Cython==0.29.28
22
- fairseq @ git+https://github.com/pytorch/fairseq.git@d03f4e771484a433f025f47744017c2eb6e9c6bc
23
- fastapi==0.75.0
24
- ffmpy==0.3.0
25
- fonttools==4.30.0
26
- frozenlist==1.3.0
27
- fsspec==2022.2.0
28
- future==0.18.2
29
- google-auth==2.6.0
30
- google-auth-oauthlib==0.4.6
31
- gradio==3.2
32
- grpcio==1.44.0
33
- h11==0.12.0
34
- hydra-core==1.0.7
35
- idna==3.3
36
- importlib-metadata==4.11.3
37
- Jinja2==3.0.3
38
- kiwisolver==1.3.2
39
- linkify-it-py==1.0.3
40
- Markdown==3.3.6
41
- markdown-it-py==2.0.1
42
- MarkupSafe==2.1.0
43
- matplotlib==3.5.1
44
- mdit-py-plugins==0.3.0
45
- mdurl==0.1.0
46
- monotonic==1.6
47
- multidict==6.0.2
48
- numpy==1.22.3
49
- oauthlib==3.2.0
50
- omegaconf==2.0.6
51
- orjson==3.6.7
52
- packaging==21.3
53
- pandas==1.4.1
54
- paramiko==2.10.1
55
- Pillow==9.0.1
56
- portalocker==2.4.0
57
- protobuf==3.19.4
58
- pyasn1==0.4.8
59
- pyasn1-modules==0.2.8
60
- pycparser==2.21
61
- pycryptodome==3.14.1
62
- pydantic==1.9.0
63
- pyDeprecate==0.3.1
64
- pydub==0.25.1
65
- PyNaCl==1.5.0
66
- pyparsing==3.0.7
67
- python-dateutil==2.8.2
68
- python-multipart==0.0.5
69
- pytorch-lightning==1.5.10
70
- pytz==2021.3
71
- PyYAML==6.0
72
- regex==2022.3.2
73
- requests==2.27.1
74
- requests-oauthlib==1.3.1
75
- rsa==4.8
76
- sacrebleu==2.0.0
77
- six==1.16.0
78
- sniffio==1.2.0
79
- starlette==0.17.1
80
- tabulate==0.8.9
81
- tensorboard==2.8.0
82
- tensorboard-data-server==0.6.1
83
- tensorboard-plugin-wit==1.8.1
84
- torch==1.11.0
85
- torchaudio==0.11.0
86
- torchmetrics==0.7.2
87
- tqdm==4.63.0
88
- typing-extensions==4.1.1
89
- uc-micro-py==1.0.1
90
- urllib3==1.26.8
91
- uvicorn==0.17.6
92
- Werkzeug==2.0.3
93
- yarl==1.7.2
94
- zipp==3.7.0
95
-
96
- transformers
97
- deepspeech
98
- tensorboardX
99
- jiwer
100
- phonemizer
101
- librosa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py 1.0.0
2
+ aiohttp 3.8.1
3
+ aiosignal 1.2.0
4
+ analytics-python 1.4.0
5
+ antlr4-python3-runtime 4.8
6
+ anyio 3.5.0
7
+ appdirs 1.4.4
8
+ asgiref 3.5.0
9
+ asttokens 2.0.8
10
+ async-timeout 4.0.2
11
+ attrs 21.4.0
12
+ audioread 3.0.0
13
+ Babel 2.10.3
14
+ backcall 0.2.0
15
+ backoff 1.10.0
16
+ bcrypt 3.2.0
17
+ bitarray 2.4.0
18
+ cachetools 5.0.0
19
+ certifi 2021.10.8
20
+ cffi 1.15.0
21
+ charset-normalizer 2.0.12
22
+ click 8.0.4
23
+ clldutils 3.12.0
24
+ colorama 0.4.4
25
+ colorlog 6.7.0
26
+ cryptography 36.0.1
27
+ csvw 3.1.1
28
+ cycler 0.11.0
29
+ Cython 0.29.28
30
+ datasets 2.4.0
31
+ decorator 5.1.1
32
+ deepspeech 0.9.3
33
+ dill 0.3.5.1
34
+ dlinfo 1.2.1
35
+ executing 1.0.0
36
+ fairseq 1.0.0a0+d03f4e7
37
+ fastapi 0.75.0
38
+ ffmpy 0.3.0
39
+ filelock 3.8.0
40
+ fonttools 4.30.0
41
+ frozenlist 1.3.0
42
+ fsspec 2022.2.0
43
+ future 0.18.2
44
+ google-auth 2.6.0
45
+ google-auth-oauthlib 0.4.6
46
+ gradio 3.2
47
+ grpcio 1.44.0
48
+ h11 0.12.0
49
+ httpcore 0.15.0
50
+ httpx 0.23.0
51
+ huggingface-hub 0.9.1
52
+ hydra-core 1.0.7
53
+ idna 3.3
54
+ importlib-metadata 4.11.3
55
+ ipython 8.4.0
56
+ isodate 0.6.1
57
+ jarowinkler 1.2.1
58
+ jedi 0.18.1
59
+ Jinja2 3.0.3
60
+ jiwer 2.5.0
61
+ joblib 1.1.0
62
+ jsonschema 4.16.0
63
+ kiwisolver 1.3.2
64
+ language-tags 1.1.0
65
+ Levenshtein 0.20.2
66
+ librosa 0.9.2
67
+ linkify-it-py 1.0.3
68
+ llvmlite 0.39.1
69
+ Markdown 3.3.6
70
+ markdown-it-py 2.0.1
71
+ MarkupSafe 2.1.0
72
+ matplotlib 3.5.1
73
+ matplotlib-inline 0.1.6
74
+ mdit-py-plugins 0.3.0
75
+ mdurl 0.1.0
76
+ monotonic 1.6
77
+ multidict 6.0.2
78
+ multiprocess 0.70.13
79
+ numba 0.56.2
80
+ numpy 1.22.3
81
+ oauthlib 3.2.0
82
+ omegaconf 2.0.6
83
+ orjson 3.6.7
84
+ packaging 21.3
85
+ pandas 1.4.1
86
+ paramiko 2.10.1
87
+ parso 0.8.3
88
+ pexpect 4.8.0
89
+ phonemizer 3.2.1
90
+ pickleshare 0.7.5
91
+ Pillow 9.0.1
92
+ pip 22.1.2
93
+ pooch 1.6.0
94
+ portalocker 2.4.0
95
+ prompt-toolkit 3.0.31
96
+ protobuf 3.19.4
97
+ ptyprocess 0.7.0
98
+ pure-eval 0.2.2
99
+ pyarrow 9.0.0
100
+ pyasn1 0.4.8
101
+ pyasn1-modules 0.2.8
102
+ pycparser 2.21
103
+ pycryptodome 3.14.1
104
+ pydantic 1.9.0
105
+ pyDeprecate 0.3.1
106
+ pydub 0.25.1
107
+ Pygments 2.13.0
108
+ PyNaCl 1.5.0
109
+ pyparsing 3.0.7
110
+ pyrsistent 0.18.1
111
+ python-dateutil 2.8.2
112
+ python-multipart 0.0.5
113
+ pytorch-lightning 1.5.10
114
+ pytz 2021.3
115
+ PyYAML 6.0
116
+ rapidfuzz 2.6.1
117
+ rdflib 6.2.0
118
+ regex 2022.3.2
119
+ requests 2.27.1
120
+ requests-oauthlib 1.3.1
121
+ resampy 0.4.2
122
+ responses 0.18.0
123
+ rfc3986 1.5.0
124
+ rsa 4.8
125
+ sacrebleu 2.0.0
126
+ scikit-learn 1.1.2
127
+ scipy 1.9.1
128
+ segments 2.2.1
129
+ setuptools 59.5.0
130
+ six 1.16.0
131
+ sniffio 1.2.0
132
+ SoundFile 0.10.3.post1
133
+ stack-data 0.5.0
134
+ starlette 0.17.1
135
+ tabulate 0.8.9
136
+ tensorboard 2.8.0
137
+ tensorboard-data-server 0.6.1
138
+ tensorboard-plugin-wit 1.8.1
139
+ tensorboardX 2.5.1
140
+ threadpoolctl 3.1.0
141
+ tokenizers 0.12.1
142
+ torch 1.11.0
143
+ torchaudio 0.11.0
144
+ torchmetrics 0.7.2
145
+ tqdm 4.63.0
146
+ traitlets 5.3.0
147
+ transformers 4.21.2
148
+ typing_extensions 4.1.1
149
+ uc-micro-py 1.0.1
150
+ uritemplate 4.1.1
151
+ urllib3 1.26.8
152
+ uvicorn 0.17.6
153
+ wcwidth 0.2.5
154
+ websockets 10.3
155
+ Werkzeug 2.0.3
156
+ wheel 0.37.1
157
+ xxhash 3.0.0
158
+ yarl 1.7.2
159
+ zipp 3.7.0