-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (46 loc) · 1.17 KB
/
pyproject.toml
File metadata and controls
50 lines (46 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[project]
name = "rvc-webgui-fork"
version = "0.1.0"
description = "A Fork of RVC WebGUI with many quality of life improvements"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"av>=15.0.0",
"fairseq",
"faiss-cpu>=1.7.3",
"fsspec>=2022.11.0",
"gitpython>=3.1.44",
"gradio>=5,<6",
"json5>=0.12.0",
"jurigged>=0.6.1",
"librosa>=0.11.0",
"numpy>=1.23.5",
"onnxruntime-gpu==1.22.0 ; sys_platform != 'darwin'",
"poluvr[gpu]>=1.9.0",
"praat-parselmouth>=0.4.2",
"python-dotenv>=1.0.0",
"setuptools<81",
"pyworld>=0.3.5",
"resampy>=0.4.2",
"scikit-learn>=1.6.1",
"scipy>=1.15.3",
"sounddevice>=0.5.2",
"soundfile>=0.12.1",
"torch==2.7.0",
"torchaudio>=2.7.0",
"torchcrepe>=0.0.24",
"torchfcpe>=0.0.4",
"torchvision>=0.22.0",
"tornado>=6.1",
"tqdm>=4.63.1",
]
[project.optional-dependencies]
gtk = [
# List the GTK dependencies here for the extra-dependencies group
"pygobject>=3.52.3",
"pygobject-stubs>=2.13.0",
]
[tool.uv.sources]
fairseq = { git = "https://github.com/yamada-sexta/fairseq.git" }
[tool.pyrefly]
project-includes = ["**/*.py*", "**/*.ipynb"]