requirements.txt 322 Bytes
Newer Older
1
torch>=1.4.0
2

3
4
5
# Required for Windows because it's the only available backend
SoundFile; sys_platform == 'win32'

6
7
8
9
10
11
12
13
14
15
# Optional for torchaudio.kaldi_io
numpy
kaldi_io

# Required for tests only:

# Style-checking for PEP8
flake8

# Used for comparison of outputs in tests
16
librosa>=0.4.3
17
scipy
18
19

# Unit tests with pytest
20
pytest