keyshift-api / pyproject.toml
balakrishna567's picture
fix: add nnAudio dependency for MERT feature_extractor_cqt
adb311a
Raw
History Blame Contribute Delete
537 Bytes
[project]
name = "scales-finder-backend"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.111.0",
"uvicorn[standard]>=0.29.0",
"python-multipart>=0.0.9",
"librosa>=0.10.2",
"numpy>=1.26.4",
"scipy>=1.13.0",
"soundfile>=0.12.1",
"transformers>=4.40.0",
"torch>=2.2.0",
"accelerate>=0.29.0",
"yt-dlp>=2024.4.9",
"nnAudio>=0.3.2",
]
[project.optional-dependencies]
dev = [
"pytest>=8.2.0",
"httpx>=0.27.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]