virtual_keyboard / pyproject.toml
github-actions[bot]
Deploy to HF Spaces
2e0c2a7
raw
history blame contribute delete
456 Bytes
[project]
name = "virtual-keyboard"
version = "0.1.0"
description = "SYNTHIA — browser-based MIDI keyboard with AI continuation"
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"einops>=0.6",
"einx>=0.3.0",
"gradio==5.49.1",
"huggingface-hub>=1.4.1",
"mido>=1.3.3",
"spaces>=0.47.0",
"torch==2.9.1",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]
[tool.pytest.ini_options]
testpaths = ["tests"]