audio_denoiser / pyproject.toml
wrice's picture
Publish validated 9d0401bcc823941dda678a0c7f08e39f59e6c4d5
965858a verified
Raw
History Blame Contribute Delete
477 Bytes
[project]
name = "simultaneous-speech-to-speech-translation-without-aligned-data"
version = "0.1.0"
description = "Reproduction of Hibiki-Zero simultaneous speech-to-speech translation without aligned data"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=4.0.0",
"numpy>=1.24.0",
"pytest>=7.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/hibiki_zero"]