unpredictable-lord / pyproject.toml
ryomo's picture
feat: upgrade gradio to version 6
6d7ffdc
raw
history blame
500 Bytes
[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"