Skip to content

Commit 4eb86da

Browse files
committed
feat: Downgrade pip
1 parent 379d536 commit 4eb86da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Install dependencies from requirements.txt
3838
run: |
39-
pip install -r requirements.txt
39+
python -m pip install -r requirements.txt --upgrade
4040
4141
- name: Download Hubert & RMVPE
4242
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please support the original RVC. This inference won't be possible to make withou
2929
```bash
3030
pip install torch torchvision torchaudio
3131

32-
pip install -r requirements.txt
32+
python -m pip install -r requirements.txt
3333
```
3434
2. Install [ffmpeg](https://ffmpeg.org/)
3535

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pip==24.0
12
wheel
23
setuptools
34
ffmpeg

0 commit comments

Comments
 (0)