requirements.txt 322 Bytes
Newer Older
flyingdown's avatar
flyingdown committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
torch>=1.4.0

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

# Optional for torchaudio.kaldi_io
numpy
kaldi_io

# Required for tests only:

# Style-checking for PEP8
flake8

# Used for comparison of outputs in tests
librosa>=0.4.3
scipy

# Unit tests with pytest
pytest