CoolFace
Apppublic

wonkitty/apple_oh

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
pyproject.toml63 linesDownload Raw Back to root
1[tool.poetry]2name = "rvc-beta"3version = "0.1.0"4description = ""5authors = ["lj1995"]6license = "MIT"7 8[tool.poetry.dependencies]9python = "^3.8"10torch = "^2.0.0"11torchaudio = "^2.0.1"12Cython = "^0.29.34"13gradio = "^3.34.0"14future = "^0.18.3"15pydub = "^0.25.1"16soundfile = "^0.12.1"17ffmpeg-python = "^0.2.0"18tensorboardX = "^2.6"19functorch = "^2.0.0"20fairseq = "^0.12.2"21faiss-cpu = "^1.7.2"22Jinja2 = "^3.1.2"23json5 = "^0.9.11"24librosa = "0.9.2"25llvmlite = "0.39.0"26Markdown = "^3.4.3"27matplotlib = "^3.7.1"28matplotlib-inline = "^0.1.6"29numba = "0.56.4"30numpy = "1.23.5"31scipy = "1.9.3"32praat-parselmouth = "^0.4.3"33Pillow = "9.3.0"34pyworld = "^0.3.2"35resampy = "^0.4.2"36scikit-learn = "^1.2.2"37starlette = "^0.27.0"38tensorboard = "^2.12.1"39tensorboard-data-server = "^0.7.0"40tensorboard-plugin-wit = "^1.8.1"41torchgen = "^0.0.1"42tqdm = "^4.65.0"43tornado = "^6.3"44Werkzeug = "^2.2.3"45uc-micro-py = "^1.0.1"46sympy = "^1.11.1"47tabulate = "^0.9.0"48PyYAML = "^6.0"49pyasn1 = "^0.4.8"50pyasn1-modules = "^0.2.8"51fsspec = "^2023.3.0"52absl-py = "^1.4.0"53audioread = "^3.0.0"54uvicorn = "^0.21.1"55colorama = "^0.4.6"56torchcrepe = "0.0.20"57 58[tool.poetry.dev-dependencies]59 60[build-system]61requires = ["poetry-core>=1.0.0"]62build-backend = "poetry.core.masonry.api"63