Skip to content

Commit 34c6e63

Browse files
authored
Merge pull request #1025 from Trusted-AI/dependabot/pip/pandas-1.2.3
Bump pandas from 1.1.4 to 1.2.3
2 parents cad3d68 + 0f8c358 commit 34c6e63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-lingvo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
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 }}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pydub==0.25.0
1111
resampy==0.2.2
1212
ffmpeg-python==0.2.0
1313
cma==3.0.3
14-
pandas==1.1.4
14+
pandas==1.2.3
1515
librosa==0.8.0
1616
numba~=0.52.0
1717
opencv-python

0 commit comments

Comments
 (0)