| # CLOUD v3.1 Dependencies | |
| # Pre-semantic emotion detection system (~50K params) | |
| # Core dependencies | |
| numpy>=1.24.0 # For all neural network operations | |
| sentencepiece>=0.1.99 # Optional: for RRPRAM tokenization (graceful fallback if missing) | |
| # Development/Training dependencies | |
| pytest>=7.4.0 # For running tests | |
| pytest-asyncio>=0.21.0 # For async test support | |
| # Note: HAZE integration is optional | |
| # If using with HAZE, install haze/ package dependencies separately | |