| [build-system] |
| requires = ["setuptools", "wheel"] |
| build-backend = "setuptools.build_meta" |
|
|
| [project] |
| name = "rvcinfpy" |
| version = "1.1.0" |
| description = "Python wrapper for fast inference with rvc" |
| readme = "README.md" |
| authors = [{ name = "Thatneos" }] |
| license = { text = "MIT" } |
| requires-python = ">=3.10" |
| dependencies = [ |
| "torch", |
| "torchaudio", |
| "praat-parselmouth>=0.4.3", |
| "pyworld==0.3.2", |
| "faiss-cpu==1.7.3", |
| "torchcrepe==0.0.23", |
| "ffmpeg-python>=0.2.0", |
| "typeguard==4.2.0", |
| "soundfile", |
| "librosa", |
| "numpy", |
| "scipy", |
| "numba==0.56.4", |
| "edge-tts", |
| "fairseq", |
| "git+https://github.com/One-sixth/fairseq.git" |
| ] |
|
|
| [tool.setuptools] |
| packages = ["rvcinfpy"] |
|
|