Spaces:
Runtime error
Runtime error
| # Core dependencies | |
| gradio==4.44.0 | |
| requests | |
| pandas==2.0.3 | |
| numpy==1.24.3 | |
| # SmolaAgent framework - lightweight agent framework | |
| smolagents | |
| # Image processing (lightweight) | |
| Pillow==10.0.1 | |
| # Plotting (lightweight alternative to matplotlib) | |
| matplotlib==3.7.2 | |
| # JSON and data processing | |
| pathlib | |
| # Web search | |
| duckduckgo-search==3.9.6 | |
| # LLM integration (lightweight) | |
| litellm==1.44.14 | |
| # Optional: For better performance with limited resources | |
| psutil==5.9.5 | |
| # File processing utilities | |
| openpyxl==3.1.2 # For Excel files if needed | |
| python-magic==0.4.27 # For file type detection | |
| # Math and scientific computing (minimal) | |
| sympy==1.12 # For symbolic math if needed |