2026-03-01 21:36:54 +08:00
|
|
|
# Core dependencies
|
|
|
|
|
transformers==4.51.3
|
|
|
|
|
safetensors==0.7.0
|
|
|
|
|
|
|
|
|
|
# Data processing
|
2026-03-05 14:22:38 +08:00
|
|
|
numpy>=1.24.1,<2.3.0 # 兼容opencv-python 4.12.0.88的要求(>=2.0)和pandas 2.3.3
|
2026-03-01 21:36:54 +08:00
|
|
|
pandas==2.3.3
|
2026-03-05 14:22:38 +08:00
|
|
|
Pillow>=10.1.0,<12.0 # 兼容gradio 5.37.0的要求(<12.0)
|
2026-03-01 21:36:54 +08:00
|
|
|
datasets==3.5.0
|
|
|
|
|
|
|
|
|
|
# Vision and video
|
|
|
|
|
decord==0.6.0
|
|
|
|
|
opencv-python==4.12.0.88
|
|
|
|
|
qwen-vl-utils==0.0.11
|
|
|
|
|
|
|
|
|
|
# Hugging Face
|
2026-03-05 14:22:38 +08:00
|
|
|
huggingface-hub>=0.28.1 # 满足gradio和datasets的要求
|
|
|
|
|
|
|
|
|
|
# Additional dependencies for compatibility
|
|
|
|
|
pydantic>=2.0,<2.12 # gradio和deepspeed的要求
|
|
|
|
|
fsspec>=2023.1.0,<=2024.12.0 # datasets的要求
|
2026-03-01 21:36:54 +08:00
|
|
|
|
|
|
|
|
# Web interface
|
|
|
|
|
gradio==5.37.0
|
|
|
|
|
|
|
|
|
|
# System utilities
|
|
|
|
|
psutil==7.2.1
|