jempf commited on
Commit
743169c
·
verified ·
1 Parent(s): 9f628ac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +80 -82
requirements.txt CHANGED
@@ -1,86 +1,84 @@
1
- appdirs~=1.4.4
2
- attrs~=21.2.0
3
- audioread~=2.1.9
4
- auraloss~=0.2.1
5
- certifi~=2021.5.30
6
- cffi~=1.14.6
7
- charset-normalizer~=2.0.4
8
- clldutils~=3.9.0
9
- colorama~=0.4.4
10
- colorlog~=6.4.1
11
- commonmark~=0.9.1
12
- csvw~=1.11.0
13
- cycler~=0.10.0
14
- Cython~=0.29.24
15
- decorator~=5.0.9
16
- editdistance~=0.5.3
17
- emoji~=1.4.2
18
- filelock~=3.0.12
19
- ftfy~=6.0.3
20
- future~=0.18.2
21
- gdown~=3.13.0
22
- graphviz~=0.17
23
- huggingface-hub~=0.0.16
24
- HyperPyYAML~=1.0.0
25
- idna~=3.2
26
- isodate~=0.6.0
27
- jiwer~=2.2.1
28
- joblib~=1.0.1
29
- kiwisolver~=1.3.2
30
- librosa~=0.8.1
31
- llvmlite~=0.37.0
32
- matplotlib~=3.4.3
33
- munkres~=1.1.4
34
- numba~=0.54.0
35
  numpy~=1.20.3
36
- packaging~=21.0
37
- panphon~=0.19
38
- pedalboard~=0.3.11
39
- phonemizer~=2.2.2
40
- Pillow~=8.3.2
41
- pooch~=1.5.1
42
- pycparser~=2.20
43
- Pygments~=2.10.0
44
- pyloudnorm~=0.1.0
45
- pyparsing~=2.4.7
46
- pysndfx~=0.3.6
47
- PySocks~=1.7.1
48
- python-dateutil~=2.8.2
49
- python-Levenshtein~=0.12.2
50
- pyworld~=0.3.0
51
- PyYAML~=5.4.1
52
- regex~=2021.8.28
53
- requests~=2.26.0
54
- resampy~=0.2.2
55
- rfc3986~=1.5.0
56
- rich~=9.10.0
57
- ruamel.yaml~=0.17.16
58
- ruamel.yaml.clib~=0.2.6
59
- scikit-learn~=0.24.2
60
- scipy~=1.7.1
61
- segments~=2.2.0
62
- sentencepiece~=0.1.96
63
- six~=1.16.0
64
- sklearn~=0.0
65
- sounddevice~=0.4.2
66
- SoundFile~=0.10.3.post1
67
  speechbrain~=0.5.10
68
- tabulate~=0.8.9
69
- threadpoolctl~=2.2.0
70
- torch~=1.10.1
71
- torch-complex~=0.2.1
72
- torchaudio~=0.10.1
73
- torchvision~=0.11.2
74
- torchviz~=0.0.2
75
- tqdm~=4.62.2
76
- typing-extensions~=3.10.0.2
77
- unicodecsv~=0.14.1
78
- Unidecode~=1.2.0
79
- unsilence~=1.0.8
80
- uritemplate~=3.0.1
81
- urllib3~=1.26.6
82
- wcwidth~=0.2.5
83
- wincertstore~=0.2
84
  espnet
85
  espnet-model-zoo
86
- gradio
 
1
+ appdirs
2
+ attrs
3
+ audioread
4
+ auraloss
5
+ certifi
6
+ cffi
7
+ charset-normalizer
8
+ clldutils
9
+ colorama
10
+ colorlog
11
+ commonmark
12
+ csvw
13
+ cycler
14
+ Cython
15
+ decorator
16
+ editdistance
17
+ emoji
18
+ filelock
19
+ ftfy
20
+ future
21
+ gdown
22
+ graphviz
23
+ huggingface-hub
24
+ HyperPyYAML
25
+ idna
26
+ isodate
27
+ jiwer
28
+ joblib
29
+ kiwisolver
30
+ librosa
31
+ llvmlite
32
+ matplotlib
33
+ munkres
34
+ numba
35
  numpy~=1.20.3
36
+ packaging
37
+ panphon
38
+ pedalboard
39
+ phonemizer
40
+ Pillow
41
+ pooch
42
+ pycparser
43
+ Pygments
44
+ pyloudnorm
45
+ pyparsing
46
+ pysndfx
47
+ PySocks
48
+ python-dateutil
49
+ python-Levenshtein
50
+ pyworld
51
+ PyYAML
52
+ regex
53
+ requests
54
+ resampy
55
+ rfc3986
56
+ rich
57
+ ruamel.yaml
58
+ ruamel.yaml.clib
59
+ scikit-learn
60
+ scipy
61
+ segments
62
+ sentencepiece
63
+ six
64
+ sounddevice
65
+ SoundFile
 
66
  speechbrain~=0.5.10
67
+ tabulate
68
+ threadpoolctl
69
+ torch~=1.11.0
70
+ torch-complex
71
+ torchaudio
72
+ torchvision
73
+ torchviz
74
+ tqdm
75
+ typing-extensions
76
+ unicodecsv
77
+ Unidecode
78
+ unsilence
79
+ uritemplate
80
+ urllib3
81
+ wcwidth
82
+ wincertstore
83
  espnet
84
  espnet-model-zoo