We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148709f commit 6286f65Copy full SHA for 6286f65
.github/scripts/unittest-linux/install.sh
@@ -97,6 +97,9 @@ fi
97
set -x
98
conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} sox libvorbis librosa parameterized 'requests>=2.20' 'ffmpeg>=6,<7'
99
pip install kaldi-io SoundFile coverage pytest pytest-cov scipy expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag pyroomacoustics flashlight-text git+https://github.com/kpu/kenlm
100
+
101
+ # TODO: might be better to fix the single call to `pip install` above
102
+ pip install "pillow<10.0" "scipy<1.10" "numpy<2.0"
103
)
104
# Install fairseq
105
git clone https://github.com/pytorch/fairseq
0 commit comments