torch==2.1.2 # Adjust CUDA version as needed (e.g., cu117 or cpu) torchvision==0.16.2 # Ensure compatibility with the torch version transformers==4.33.0 # Stable version for Hugging Face Transformers addict==2.4.0 # For PyTorch utilities yapf==0.40.0 # For code formatting timm==0.9.2 # Ensure compatibility with PyTorch numpy==1.24.4 # Compatible with the latest PyTorch opencv-python==4.8.0.74 # For computer vision tasks supervision==0.3.2 # Specified version for your project pycocotools==2.0.6 # For COCO dataset utilities packaging==21.3 # Matches your requirements gradio==4.44.1 # Specified version for Gradio transformers==4.5.1