Commit 9d11563d authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Use FFmpeg6 in unittest (#3570)

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

Reviewed By: huangruizhe

Differential Revision: D48518568

Pulled By: mthrok

fbshipit-source-id: 0fdfb8b3988789c7ded0fb336824034bedf6a394
parent 3318bcec
...@@ -75,7 +75,7 @@ fi ...@@ -75,7 +75,7 @@ fi
# Note: installing librosa via pip fail because it will try to compile numba. # Note: installing librosa via pip fail because it will try to compile numba.
( (
set -x set -x
conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} sox libvorbis 'librosa==0.10.0' parameterized 'requests>=2.20' 'ffmpeg>=5,<7' conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} sox libvorbis 'librosa==0.10.0' parameterized 'requests>=2.20' 'ffmpeg>=6,<7'
pip install kaldi-io SoundFile coverage pytest pytest-cov 'scipy==1.7.3' expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag pyroomacoustics flashlight-text git+https://github.com/kpu/kenlm pip install kaldi-io SoundFile coverage pytest pytest-cov 'scipy==1.7.3' expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag pyroomacoustics flashlight-text git+https://github.com/kpu/kenlm
) )
# Install fairseq # Install fairseq
......
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