Spaces:
Running
Running
| # Core dependencies for Hugging Face Spaces | |
| gradio[oauth]==6.0.1 | |
| huggingface_hub==0.35.3 | |
| pandas==2.3.3 | |
| numpy==2.2.6 | |
| plotly==6.3.1 | |
| # API and web processing | |
| requests==2.32.5 | |
| httpx==0.28.1 | |
| # Date and time handling | |
| pytz==2025.2 | |
| python-dateutil==2.9.0.post0 | |
| # Data processing | |
| openpyxl==3.1.5 | |
| chardet==5.2.0 | |
| # Progress and logging | |
| tqdm>=4.65.0 | |
| # FreshQA evaluation | |
| openai==2.6.0 | |
| tabulate==0.9.0 | |
| # Environment variables | |
| python-dotenv==1.1.1 |