Update requirements.txt
Browse files- requirements.txt +51 -3
requirements.txt
CHANGED
@@ -1,5 +1,53 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch
|
3 |
+
appdirs==1.4.4
|
4 |
+
audioread==2.1.9
|
5 |
+
certifi==2022.6.15
|
6 |
+
cffi==1.15.1
|
7 |
+
charset-normalizer==2.1.0
|
8 |
+
coloredlogs==15.0.1
|
9 |
+
decorator==5.1.1
|
10 |
+
einops==0.4.1
|
11 |
+
filelock==3.7.1
|
12 |
+
flatbuffers==2.0
|
13 |
+
huggingface-hub==0.8.1
|
14 |
+
humanfriendly==10.0
|
15 |
+
HyperPyYAML==1.0.1
|
16 |
+
idna==3.3
|
17 |
+
joblib==1.1.0
|
18 |
+
librosa==0.9.2
|
19 |
+
llvmlite==0.38.1
|
20 |
+
mpmath==1.2.1
|
21 |
+
numba==0.55.2
|
22 |
+
numpy==1.22.4
|
23 |
+
onnxruntime==1.12.1
|
24 |
+
packaging==21.3
|
25 |
+
pandas==1.4.2
|
26 |
+
pesq==0.0.4
|
27 |
+
pooch==1.6.0
|
28 |
+
protobuf==4.21.4
|
29 |
+
pycparser==2.21
|
30 |
+
pyparsing==3.0.9
|
31 |
+
pystoi==0.3.3
|
32 |
+
python-dateutil==2.8.2
|
33 |
+
pytz==2022.1
|
34 |
+
PyYAML==6.0
|
35 |
+
requests==2.28.1
|
36 |
+
resampy==0.4.0
|
37 |
+
ruamel.yaml==0.17.21
|
38 |
+
ruamel.yaml.clib==0.2.6
|
39 |
+
scikit-learn==1.1.2
|
40 |
+
scipy==1.9.0
|
41 |
+
sentencepiece==0.1.97
|
42 |
+
six==1.16.0
|
43 |
+
SoundFile==0.10.3.post1
|
44 |
+
speechbrain==0.5.11
|
45 |
+
sympy==1.10.1
|
46 |
+
threadpoolctl==3.1.0
|
47 |
+
--torch==1.10.1
|
48 |
+
torchaudio==0.10.1
|
49 |
+
torchinfo==1.5.3
|
50 |
+
torchlibrosa==0.0.9
|
51 |
+
tqdm==4.64.0
|
52 |
+
typing-extensions==4.3.0
|
53 |
+
urllib3==1.26.11
|