requirements.txt 269 Bytes
Newer Older
1
torch>=1.2.0
2

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

# Unit tests with pytest
17
18
19
20
pytest

# Testing only Py3 compat
backports.tempfile