rvc-mochinoa / pyproject.toml
hrdtbs's picture
chore: pyproject.tomlとuv.lockのfairseqのバージョン指定を更新
35376f5
raw
history blame
2.25 kB
[project]
name = "rvc-mochinoa"
version = "0.1.0"
description = "RVC Mochinoa - Voice conversion using Retrieval-based Voice Conversion with Mochizuki Noa model"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
{name = "Mochizuki Noa", email = ""},
{name = "hrdtbs", email = ""},
]
keywords = ["rvc", "voice-conversion", "gradio", "ml", "audio"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"cython>=3.1.2",
"faiss-cpu==1.7.0 ; sys_platform == 'darwin'",
"faiss-cpu==1.7.2 ; sys_platform != 'darwin'",
"ffmpeg-python>=0.2.0",
"functorch>=2.0.0",
"future>=0.18.3",
"jinja2>=3.1.2",
"json5>=0.9.11",
"librosa==0.9.2",
"llvmlite==0.39.0",
"markdown>=3.8.2",
"matplotlib-inline>=0.1.6",
"matplotlib>=3.7.1",
"numba==0.56.4",
"numpy==1.23.5",
"pydub>=0.25.1",
"scipy==1.9.3",
"soundfile>=0.12.1",
"tensorboardx>=2.6.4",
"praat-parselmouth>=0.4.3",
"pillow>=9.1.1",
"pyworld>=0.3.2",
"resampy>=0.4.2",
"scikit-learn>=1.2.2",
"starlette>=0.26.1",
"tensorboard>=2.19.0",
"tensorboard-data-server>=0.7.2",
"tensorboard-plugin-wit>=1.8.1",
"torchgen>=0.0.1",
"tqdm>=4.65.0",
"tornado>=6.2",
"werkzeug>=2.2.3",
"uc-micro-py>=1.0.1",
"sympy>=1.11.1",
"tabulate>=0.9.0",
"pyyaml>=6.0",
"pyasn1>=0.4.8",
"pyasn1-modules>=0.2.8",
"fsspec>=2023.3.0",
"absl-py>=1.4.0",
"audioread>=3.0.1",
"uvicorn>=0.21.1",
"colorama>=0.4.6",
"edge-tts>=7.0.2",
"fastapi>=0.104.1",
"gradio>=5.34.2",
"fairseq>=0.12.2",
]
[project.urls]
Homepage = "https://github.com/hrdtbs/rvc-mochinoa"
Repository = "https://github.com/hrdtbs/rvc-mochinoa"
"Bug Tracker" = "https://github.com/hrdtbs/rvc-mochinoa/issues"
[tool.uv]
dev-dependencies = []