Voinal / pyproject.toml
GovIndLok
chore: downgrade python version to 3.10 and add Dockerfile
78298bc
Raw
History Blame Contribute Delete
436 Bytes
[project]
name = "samantic-audio"
version = "0.1.0"
description = "Semantic-to-audio communication system"
readme = "README.md"
requires-python = ">=3.10,!=3.14.1,<3.15"
dependencies = [
"gradio",
"numpy",
"scipy",
"torch",
"tiktoken",
"sentencepiece",
"transformers",
"spaces",
"librosa",
"networkx>=3.4.2",
]
[tool.setuptools.packages.find]
include = ["semantic_schema*", "audio_primitives*"]