[project] name = "totes-emosh" version = "0.1.0" description = "LittleMonkeyLab toy app for facial-expression recognition (Gradio)." requires-python = ">=3.11" dependencies = [ "gradio>=4.24.0", "requests>=2.31.0", "torch>=2.1.2", "torchaudio>=2.1.2", "torchvision>=0.16.2", "mediapipe>=0.10.9", "pillow>=10.2.0", "toml>=0.10.2", "grad-cam>=1.5.0", "matplotlib>=3.8.0", "python-docx>=1.1.0", ] [project.optional-dependencies] dev = [ "ruff", "pytest", ] [tool.uv] package = false [tool.ruff] line-length = 88 target-version = "py311"