Spaces:
Runtime error
Runtime error
| # Core dependencies | |
| fastapi>=0.68.0 | |
| uvicorn>=0.15.0 | |
| gradio>=5.11.0 | |
| gradio-client>=1.5.3 | |
| pydantic>=2.0.0 | |
| python-dotenv>=0.19.0 | |
| # API and networking | |
| httpx>=0.24.0 | |
| requests>=2.31.0 | |
| aiohttp>=3.8.0 | |
| urllib3>=2.0.7 | |
| websockets>=10.0 | |
| # ML and data processing | |
| numpy>=1.24.0 | |
| pandas>=2.1.0 | |
| scikit-learn>=1.3.2 | |
| plotly>=5.18.0 | |
| networkx>=3.2.1 # Added for graph operations | |
| # Model integration | |
| huggingface-hub>=0.19.4 | |
| groq>=0.4.1 | |
| llama-cpp-python>=0.2.23 # Added for local LLM support | |
| # Build dependencies | |
| cmake>=3.25.0 # For building llama-cpp-python | |
| ninja>=1.11.1 # For faster builds | |
| # Utilities | |
| typing-extensions>=4.0.0 | |
| asyncio>=3.4.3 | |
| tqdm>=4.66.0 | |
| joblib==1.3.2 | |
| # Development | |
| pytest>=7.0.0 | |
| black>=22.0.0 | |
| isort>=5.0.0 | |
| mypy>=1.0.0 | |