autoace / pyproject.toml
edwixx's picture
Fix starlette/gradio_client version-mismatch crash on launch
8897472 verified
Raw
History Blame Contribute Delete
440 Bytes
[project]
name = "autoace-voice-trial"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"fastapi<0.116",
"gradio==4.44.1",
"jinja2==3.1.4",
"librosa>=0.11.0",
"numpy>=2.4.6",
"pandas<3.0",
"pyannote-audio>=4.0.7",
"pydantic>=2.13.4",
"scipy>=1.17.1",
"soundfile>=0.14.0",
"starlette<0.38",
"torch>=2.13.0",
"transformers==4.48.0",
]