rvcinfpy / pyproject.toml
NeoPy's picture
Rename setup.py to pyproject.toml
d5e9981 verified
raw
history blame
746 Bytes
[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",
"fairseq2",
"typeguard==4.2.0",
"soundfile",
"librosa",
"numpy",
"scipy",
"numba==0.56.4",
"edge-tts"
]
[tool.setuptools]
packages = ["rvcinfpy"]
[tool.pip]
dependencies = [
"git+https://github.com/One-sixth/fairseq.git"
]