sounds_recognizer / pyproject.toml
github-actions
Production release without tests
976cee2
raw
history blame contribute delete
487 Bytes
[project]
name = "project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dotenv>=0.9.9",
"fastapi>=0.128.0",
"gradio>=6.2.0",
"librosa>=0.11.0",
"psutil>=7.2.1",
"psutils>=3.3.14",
"pydantic>=2.12.5",
"python-multipart>=0.0.21",
"torch>=2.9.1",
"transformers>=4.57.3",
"uvicorn>=0.40.0",
]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"pytest>=9.0.2",
]