Spaces:
Sleeping
Sleeping
| # Production requirements for Hugging Face Spaces deployment | |
| # Core dependencies | |
| docker>=6.0.0 | |
| kafka-python>=2.0.2 | |
| redis>=4.5.0 | |
| requests>=2.28.0 | |
| psutil>=5.9.0 | |
| structlog>=22.0.0 | |
| # Web interface dependencies | |
| gradio>=4.7.1 | |
| fastapi>=0.104.1 | |
| uvicorn>=0.24.0 | |
| streamlit>=1.28.1 | |
| # Additional multi-agent system dependencies | |
| asyncio-mqtt>=0.11.0 | |
| boto3>=1.26.0 | |
| minio>=7.1.0 | |
| # Data processing and ML | |
| numpy>=1.24.0 | |
| pandas>=2.0.0 | |
| transformers>=4.30.0 | |
| torch>=2.0.0 | |
| # Utilities | |
| python-dotenv>=1.0.0 | |
| pydantic>=2.0.0 | |
| aiofiles>=23.0.0 | |