| # Core Hugging Face library for dataset loading | |
| datasets>=2.0.0 | |
| # For interacting with the Hugging Face Hub (optional but recommended) | |
| huggingface_hub>=0.10.0 | |
| # Image processing library (required by datasets.Image) | |
| Pillow>=9.0.0 | |
| # For making API calls (e.g., to OpenRouter) | |
| requests>=2.25.0 | |
| # For handling YAML configuration files (if used in configs/) | |
| PyYAML>=5.4.0 | |
| # For managing environment variables (e.g., API keys) | |
| python-dotenv>=0.19.0 | |
| # For handling retries during API calls | |
| tenacity>=8.0.0 | |
| # For progress bars in benchmark execution | |
| tqdm>=4.60.0 | |
| # Add other dependencies as needed for your benchmark scripts (e.g., numpy, scikit-learn for evaluation) | |