File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4747 sudo apt-get update
4848 sudo apt-get -y -q install ffmpeg libavcodec-extra
4949 python -m pip install --upgrade pip setuptools wheel
50- pip install -q -r <(sed '/^scipy/d;/^matplotlib/d' requirements.txt)
50+ pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d ' requirements.txt)
5151 pip install scipy==1.5.4
5252 pip install matplotlib==3.3.4
53+ pip install pandas==1.1.5
5354 pip install tensorflow==${{ matrix.tensorflow }}
5455 pip install keras==${{ matrix.keras }}
5556 pip install lingvo==${{ matrix.lingvo }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pydub==0.25.0
1111resampy == 0.2.2
1212ffmpeg-python == 0.2.0
1313cma == 3.0.3
14- pandas == 1.1.4
14+ pandas == 1.2.3
1515librosa == 0.8.0
1616numba ~= 0.52.0
1717opencv-python
You can’t perform that action at this time.
0 commit comments