requirements.txt 222 Bytes
Newer Older
1
2
torch>=1.1.0

3
4
5
6
7
8
9
10
11
12
# Optional for torchaudio.kaldi_io
numpy
kaldi_io

# Required for tests only:

# Style-checking for PEP8
flake8

# Used for comparison of outputs in tests
13
librosa>=0.4.3
14
scipy
15
16
17

# Unit tests with pytest
pytest