Skip to content

Commit c384323

Browse files
committed
Обновление файла зависимостей
1 parent d9dc2e2 commit c384323

3 files changed

Lines changed: 25 additions & 45 deletions

File tree

.github/workflows/test_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Install dependencies
3030
run: |
31-
pip install --no-cache-dir -r requirements-311.txt
31+
pip install --no-cache-dir -r requirements.txt
3232
3333
- name: Install necessary models
3434
run: |
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Install dependencies
6464
run: |
65-
pip install --no-cache-dir -r requirements-311.txt
65+
pip install --no-cache-dir -r requirements.txt
6666
6767
- name: Install necessary models
6868
run: |

requirements-311.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

requirements.txt

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
1+
# Основные библиотеки
12
requests
2-
tensorboardX
3-
fairseq==0.12.2
4-
faiss-cpu==1.7.3
5-
numpy==1.23.5
3+
numpy<2
4+
gradio
5+
einops
6+
mega-x
7+
gdown
8+
wget
9+
tqdm
10+
11+
# Библиотеки для работы с аудио и видео
612
ffmpeg-python>=0.2.0
7-
praat-parselmouth>=0.4.2
8-
pyworld==0.3.4
913
torchcrepe==0.0.23
14+
PolUVR[gpu]
1015
edge-tts
11-
einops
16+
17+
# Машинное обучение и нейронные сети
18+
torch==2.6
19+
torchaudio==2.6
20+
torchvision==0.21
21+
faiss-cpu==1.7.3
1222
local-attention
13-
gradio>=5.20.0
14-
mega.py
15-
wget
16-
gdown
17-
PolUVR[gpu]
18-
torch<2.6
19-
torchaudio<2.6
20-
torchvision<0.21
23+
tensorboardX
24+
25+
# Условные зависимости
26+
fairseq; python_version < '3.11'
27+
https://github.com/Bebra777228/TrainVocModel-EN/releases/download/fixed-packages/fairseq-0.12.3-cp311-cp311-linux_x86_64.whl; sys_platform == 'linux' and python_version == '3.11'
28+
https://github.com/Bebra777228/TrainVocModel-EN/releases/download/fixed-packages/fairseq-0.12.3-cp311-cp311-win_amd64.whl; sys_platform == 'win32' and python_version == '3.11'

0 commit comments

Comments
 (0)