AI-Puppet-Theater / pyproject.toml
ShubhamSetia's picture
fetch-initial-data-from-llm (#7)
ed151e4
Raw
History Blame Contribute Delete
488 Bytes
[project]
name = "ai-puppet-theater"
version = "0.1.0"
description = "A Hugging Face Gradio Space for AI Puppet Theater."
readme = "README.md"
requires-python = ">=3.10,<3.12"
dependencies = [
"accelerate==1.13.0",
"edge-tts",
"gradio==6.5.1",
"huggingface-hub==1.18.0",
"peft==0.19.1",
"pydantic<=2.12.5",
"spaces==0.50.4",
"python-dotenv>=1.2.2",
"torch==2.8.0",
"transformers==5.10.2",
]
[dependency-groups]
dev = [
"pytest",
"ruff",
]