Spaces:
Running
Running
| # Core dependencies for Gemini GAIA Agent | |
| gradio>=4.36.0 | |
| google-generativeai>=0.7.0 | |
| # Data processing and analysis | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| Pillow>=10.0.0 | |
| # Web search capabilities | |
| duckduckgo-search>=5.0.0 | |
| requests>=2.31.0 | |
| # Utilities and environment | |
| python-dotenv>=1.0.0 | |
| asyncio>=3.4.3 | |
| pathlib>=1.0.0 | |
| # Optional: Enhanced functionality | |
| beautifulsoup4>=4.12.0 | |
| lxml>=4.9.0 | |
| openpyxl>=3.1.0 | |
| markdown>=3.5.0 | |
| # Development and testing (optional) | |
| pytest>=7.4.0 | |
| black>=23.0.0 | |
| flake8>=6.0.0 |