File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ dependencies:
8
8
- scipy >= 1.4.1
9
9
- pip
10
10
- pip :
11
- - kaldi-io
12
11
- PySoundFile
13
12
- future
14
13
- parameterized
Original file line number Diff line number Diff line change @@ -64,9 +64,8 @@ case "$(python --version)" in
64
64
NUMBA_DEV_CHANNEL=" -c numba/label/dev"
65
65
;;
66
66
esac
67
- # Note: installing librosa via pip fail because it will try to compile numba.
68
67
(
69
- conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} ' librosa==0.10.0 ' parameterized ' requests>=2.20'
68
+ conda install -y -c conda-forge ${NUMBA_DEV_CHANNEL} parameterized ' requests>=2.20'
70
69
# Need to disable shell check since this'll fail out if SENTENCEPIECE_DEPENDENCY is empty
71
70
# shellcheck disable=SC2086
72
71
pip install \
76
75
coverage \
77
76
expecttest \
78
77
inflect \
79
- kaldi-io \
80
78
pytest \
81
79
pytest-cov \
82
80
pytorch-lightning \
Original file line number Diff line number Diff line change 34
34
export PYTHON_VERSION="${{ matrix.python_version }}"
35
35
export CU_VERSION="${{ matrix.cuda_arch_version }}"
36
36
export CUDATOOLKIT="pytorch-cuda=${CU_VERSION}"
37
- export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true
38
- export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true
39
- export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true
40
- export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_MFCC_FEATS=true
41
- export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_SPECTROGRAM_FEATS=true
42
37
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_CUDA_SMALL_MEMORY=true
43
38
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_ON_PYTHON_310=true
44
39
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_TEMPORARY_DISABLED=true
82
77
# --quiet --yes \
83
78
# -c conda-forge \
84
79
# -c numba/label/dev \
85
- # sox libvorbis 'librosa==0.10.0' parameterized 'requests>=2.20'
80
+ # libvorbis parameterized 'requests>=2.20'
86
81
# pip3 install --progress-bar off \
87
- # kaldi-io \
88
82
# SoundFile \
89
83
# coverage \
90
84
# pytest \
105
99
# git+https://github.com/pytorch/fairseq.git@e47a4c8
106
100
107
101
pip3 install parameterized requests
108
- pip3 install kaldi-io SoundFile librosa coverage pytest pytest-cov scipy expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag
102
+ pip3 install SoundFile coverage pytest pytest-cov scipy expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag
109
103
pip3 install pillow scipy "numpy>=1.26"
110
104
111
105
echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments