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.
1 parent b2b7364 commit 5295804Copy full SHA for 5295804
.github/workflows/python-app.yml
@@ -36,7 +36,8 @@ jobs:
36
37
- name: Install dependencies from requirements.txt
38
run: |
39
- python -m pip install -r requirements.txt --upgrade
+ python -m pip install pip==24.0
40
+ pip install -r requirements.txt
41
42
- name: Download Hubert & RMVPE
43
requirements.txt
@@ -1,9 +1,8 @@
1
-pip==24.0
2
wheel
3
setuptools
4
ffmpeg
5
numba
6
-fairseq==0.12.2
+fairseq
7
faiss-cpu
8
gradio==3.40.0
9
pyworld
0 commit comments