Commit 632ea670 authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Simplify the requirements to minimum runtime dependencies (#2313)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2313

Reviewed By: carolineechen, nateanl

Differential Revision: D37799552

Pulled By: mthrok

fbshipit-source-id: 12e27fccb7098f3142e9ca0b748c71325cd324ee
parent 99303143
...@@ -3,7 +3,6 @@ deep-phonemizer ...@@ -3,7 +3,6 @@ deep-phonemizer
boto3 boto3
pandas pandas
librosa librosa
numpy<=1.20
sentencepiece sentencepiece
nbsphinx nbsphinx
pandoc pandoc
torch>=1.4.0 # Minimum runtime dependencies
torch
# Required for Windows because it's the only available backend # Optional runtime dependencies
SoundFile; sys_platform == 'win32'
# Optional for torchaudio.kaldi_io
numpy
kaldi_io kaldi_io
SoundFile
# Required for tests only: # For build and test-time dependencies please refer to CONTRIBUTING.md
# Style-checking for PEP8
flake8
# Used for comparison of outputs in tests
librosa>=0.4.3
scipy
# Unit tests with pytest
pytest
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment