[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "quran-reciter-id" version = "0.1.0" description = "Quran reciter identification with deep speaker embeddings." requires-python = ">=3.10" dependencies = [ "datasets>=2.20.0", "huggingface-hub>=0.24.0,<1.0", "gradio>=5.0.0", "numpy>=1.24", "PyYAML>=6.0", "scikit-learn>=1.4", "soundfile>=0.12", "speechbrain>=1.0.0", "torch>=2.2", "torchaudio>=2.2", "tqdm>=4.66", ] [tool.setuptools.packages.find] where = ["src"]