VLM-playground / pyproject.toml
trevorpfiz
iterating to get pdfs ocr working
ae9d014
raw
history blame contribute delete
562 Bytes
[project]
name = "vlm-playground"
version = "0.1.0"
description = "Minimal Gradio demo containerized with uv"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=0.33.0",
"einops>=0.7.0",
"gradio>=5.41.1",
"huggingface-hub[cli]>=0.34.3",
"pillow>=10.3.0",
"pymupdf>=1.26.3",
"qwen-vl-utils>=0.0.11",
"requests>=2.32.0",
"safetensors>=0.4.5",
"torch>=2.8.0",
"torchvision>=0.23.0",
"transformers>=4.55.0",
]
[build-system]
requires = ["uv_build>=0.8.6,<0.9.0"]
build-backend = "uv_build"