Qwen-VL-Object-Detection / pyproject.toml
Darius Morawiec
Downgrade to Python 3.10 to support `@spaces.GPU` decorator
65e8d45
raw
history blame
271 Bytes
[project]
name = "qwen-vl-object-detection"
version = "0.1.0"
requires-python = "==3.10.13"
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",
]