sam3 / pyproject.toml
John Ho
Initial commit
a31ba73 unverified
raw
history blame contribute delete
282 Bytes
[project]
name = "hfs-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.38.0",
"transformers==4.44.0",
"pydantic==2.10.6",
"loguru>=0.7.3",
"qwen-vl-utils>=0.0.11"
]