Spaces:
Sleeping
Sleeping
| # Core Production Dependencies | |
| # Für FastAPI Server und Inference | |
| # FastAPI Framework | |
| fastapi>=0.110.0 | |
| uvicorn[standard]>=0.30.0 | |
| # Data Validation | |
| pydantic>=2.8.0 | |
| pydantic-settings>=2.6.0 | |
| # Image Processing | |
| pillow>=10.0.0 | |
| qrcode>=7.4.0 | |
| # ML Inference (minimale Versionen für Produktion) | |
| torch>=2.6.0 # Updated for security vulnerability fix (CVE-2025-32434) | |
| transformers>=4.52.0 | |
| peft>=0.15.0 | |
| accelerate>=1.7.0 | |
| numpy>=1.26.0 | |
| # bitsandbytes>=0.46.0 # Disabled on macOS ARM64 - not compatible | |
| protobuf>=3.20.0 | |
| tiktoken>=0.5.0 | |
| sentencepiece>=0.1.99 # Required for LlamaTokenizer | |
| blobfile>=2.0.0 # Required by tiktoken | |
| supabase>=2.7.0 | |
| jinja2>=3.1.0 | |
| bcrypt>=4.0.0 | |
| PyJWT>=2.8.0 | |
| python-multipart>=0.0.6 | |
| email-validator>=2.0.0 |