Skip to content

Commit 5295804

Browse files
committed
fix: downgrade pip
1 parent b2b7364 commit 5295804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
3737
- name: Install dependencies from requirements.txt
3838
run: |
39-
python -m pip install -r requirements.txt --upgrade
39+
python -m pip install pip==24.0
40+
pip install -r requirements.txt
4041
4142
- name: Download Hubert & RMVPE
4243
run: |

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
pip==24.0
21
wheel
32
setuptools
43
ffmpeg
54
numba
6-
fairseq==0.12.2
5+
fairseq
76
faiss-cpu
87
gradio==3.40.0
98
pyworld

0 commit comments

Comments
 (0)