Spaces:
Paused
Paused
| # Core ML Framework - Latest optimized versions | |
| transformers>=4.52.4 # Latest stable, supports Qwen 2.5 | |
| torch>=2.2.0 # PyTorch 2.0+ for torch.compile | |
| torchaudio>=2.2.0 | |
| gradio>=5.34.2 # Latest Gradio 5.x series | |
| # Qwen 2.5 Optimization Stack | |
| # auto-gptq>=0.7.1 # Removed - not needed, using BitsAndBytesConfig instead | |
| optimum>=1.16.0 | |
| accelerate>=0.26.1 | |
| bitsandbytes>=0.42.0 | |
| # FlashAttention2 will be installed at runtime if GPU is available | |
| # Enhanced Audio Processing | |
| faster-whisper>=1.0.0 | |
| librosa>=0.10.1 | |
| soundfile>=0.12.1 | |
| webrtcvad>=2.0.10 | |
| # Production Backend | |
| fastapi>=0.108.0 | |
| uvicorn[standard]>=0.25.0 | |
| pydantic>=2.5.0 | |
| websockets>=12.0 | |
| # Advanced State Management | |
| apscheduler>=3.10.4 | |
| aiosqlite>=0.19.0 | |
| # Zero GPU Optimization | |
| spaces>=0.28.0 | |
| # 3D Generation Pipeline Dependencies | |
| gradio_client>=0.8.0 # For Hunyuan3D Space API integration | |
| trimesh>=4.0.0 # 3D mesh processing | |
| aiohttp>=3.9.0 # Async HTTP for API calls | |
| # Core Utilities | |
| numpy>=1.24.0 | |
| pandas>=2.1.0 | |
| pillow>=10.1.0 | |
| python-dateutil>=2.8.2 | |
| emoji>=2.8.0 | |
| psutil>=5.9.0 | |
| # Async Support | |
| aiofiles>=23.2.0 | |
| asyncio-mqtt>=0.16.1 | |
| # Scientific Computing | |
| scipy>=1.11.0 | |
| scikit-learn>=1.3.0 | |
| # Development Tools | |
| pytest>=7.4.0 | |
| black>=23.0.0 |