[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*"]