TongUI / pyproject.toml
zhangbofei
fix: dependency
8f8c766
raw
history blame contribute delete
341 Bytes
[project]
name = "tongui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.25.2",
"omegaconf>=2.3.0",
"peft>=0.15.2",
"pip-tools>=7.4.1",
"qwen-vl-utils>=0.0.10",
"spaces>=0.35.0",
"torch==2.2.0",
"torchvision>=0.17.0",
]