| [project] | |
| name = "unpredictable-lord" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "gradio>=6.0.0", | |
| "spaces>=0.42.1", | |
| "torch>=2.9.1", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "poethepoet>=0.37.0", | |
| ] | |
| [tool.uv] | |
| # Gradio 6.0.0 requires prerelease versions of some dependencies | |
| prerelease = "allow" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.poe.tasks] | |
| gradio = "gradio app.py" | |