Plat
chore: update gradio version
b66d2d1
raw
history blame contribute delete
491 Bytes
[project]
name = "animaginexl4-0-image-prompt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"diffusers>=0.35.1",
"huggingface-hub>=0.34.4",
"safetensors>=0.6.2",
"spaces>=0.40.1",
"vision-ft",
]
[dependency-groups]
dev = [
"gradio>=5.43.1",
"python-dotenv>=1.1.1",
"ruff>=0.12.10",
"ty>=0.0.1a19",
]
[tool.uv.sources]
vision-ft = { path = "../vision-ft", editable = true }