Skip to content

Commit 7f1fce6

Browse files
authored
Merge pull request #1547 from Trusted-AI/dependabot/pip/pandas-1.4.1
Bump pandas from 1.3.5 to 1.4.1
2 parents 6c228dd + 5ae8659 commit 7f1fce6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get -y -q install ffmpeg libavcodec-extra
4747
python -m pip install --upgrade pip setuptools wheel
48-
pip install -q -r <(sed '/^scipy/d' requirements_test.txt)
48+
pip install -q -r <(sed '/^pandas/d;/^scipy/d' requirements_test.txt)
49+
pip install pandas==1.3.5
4950
pip install scipy==1.7.2
5051
pip install tensorflow==${{ matrix.tensorflow }}
5152
pip install keras==${{ matrix.keras }}

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pydub==0.25.1
1212
resampy==0.2.2
1313
ffmpeg-python==0.2.0
1414
cma==3.2.1
15-
pandas==1.3.5
15+
pandas==1.4.1
1616
librosa==0.9.1
1717
numba~=0.55.1
1818
opencv-python

0 commit comments

Comments
 (0)