Skip to content

Commit 0f8c358

Browse files
author
Beat Buesser
committed
Update pandas for Lingvo
Signed-off-by: Beat Buesser <[email protected]>
1 parent 6b2910d commit 0f8c358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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 }}

0 commit comments

Comments
 (0)