Qwen-VL-Object-Detection / pyproject.toml
Darius Morawiec
Fix package name
cfb1c3b
raw
history blame
268 Bytes
[project]
name = "qwen-vl-object-detection"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"gradio~=5.49.1",
"json-repair>=0.52.4",
"qwen-vl-utils>=0.0.14",
"torch~=2.8.0",
"torchvision>=0.23.0",
"transformers[torch]~=4.57.1",
]