# Matches the verified UniSpace environment (unispace/requirements.txt): # the repo vendors custom Qwen3 / Qwen3-VL modeling code that tracks # transformers 4.57.x internals, so both torch and transformers are pinned. torch==2.8.0 torchvision==0.23.0 transformers==4.57.3 accelerate==1.12.0 omegaconf==2.3.0 safetensors>=0.4.3 einops>=0.8.1 timm>=1.0.13 sentencepiece tqdm numpy>=1.26,<3 pillow # gradio is pinned to the 5.x series in README.md: gradio 6 requires # huggingface-hub>=1.16, which is incompatible with transformers 4.57.x # (huggingface-hub<1.0) — and the vendored UniSpace modeling code tracks # transformers 4.57 internals.