gradio>=4.0.0 requests>=2.31.0 # LLM dependencies for AI-powered ranking # Using Hugging Face API mode (no local model needed) # Set HUGGINGFACE_API_TOKEN environment variable in HF Spaces secrets # Optional: If you want to use local models, uncomment these: # transformers>=4.40.0 # torch>=2.0.0 # accelerate>=0.27.0 # sentencepiece>=0.1.99