We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c228dd + 5ae8659 commit 7f1fce6Copy full SHA for 7f1fce6
.github/workflows/ci-tensorflow-v1.yml
@@ -45,7 +45,8 @@ jobs:
45
sudo apt-get update
46
sudo apt-get -y -q install ffmpeg libavcodec-extra
47
python -m pip install --upgrade pip setuptools wheel
48
- pip install -q -r <(sed '/^scipy/d' requirements_test.txt)
+ pip install -q -r <(sed '/^pandas/d;/^scipy/d' requirements_test.txt)
49
+ pip install pandas==1.3.5
50
pip install scipy==1.7.2
51
pip install tensorflow==${{ matrix.tensorflow }}
52
pip install keras==${{ matrix.keras }}
requirements_test.txt
@@ -12,7 +12,7 @@ pydub==0.25.1
12
resampy==0.2.2
13
ffmpeg-python==0.2.0
14
cma==3.2.1
15
-pandas==1.3.5
+pandas==1.4.1
16
librosa==0.9.1
17
numba~=0.55.1
18
opencv-python
0 commit comments